15 lines
266 B
Markdown
15 lines
266 B
Markdown
## Artifact:
|
|
|
|
The Maven coordinates of this project are `${group}:${name}:${version}`.
|
|
|
|
**Gradle Kotlin DSL:**
|
|
```kotlin
|
|
repositories {
|
|
maven("https://repo.kotlin.link")
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation("${group}:${name}:${version}")
|
|
}
|
|
``` |