l

lib-kotlin-bom

Files download
File Operation
lib-kotlin-bom-1.2.5.pom download
Apache Maven
<dependency>
  <groupId>com.github.frtu.libs</groupId>
  <artifactId>lib-kotlin-bom</artifactId>
  <version>1.2.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.frtu.libs:lib-kotlin-bom:1.2.5'
Gradle Kotlin
implementation("com.github.frtu.libs:lib-kotlin-bom:1.2.5")
Scala SBT
libraryDependencies += "com.github.frtu.libs" % "lib-kotlin-bom" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.frtu.libs', module='lib-kotlin-bom', version='1.2.5')
)
Apache Ivy
<dependency org="com.github.frtu.libs" name="lib-kotlin-bom" rev="1.2.5" />
Leiningen
[com.github.frtu.libs/lib-kotlin-bom "1.2.5"]
Apache Buildr
'com.github.frtu.libs:lib-kotlin-bom:jar:1.2.5'