Combination of artifact id, group and version.

ArtifactID

gradle artifactId

The artifact ID defaults to the project name configured in settings.gradle, which in turn defaults to the project directory’s name. - so post

Link to original

group and version

in build.gradle.kts

group = "net.kodein.demo.crypto"
version = "1.0"