Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.frtu.libs |
ArtifactId | ArtifactIdlib-kotlin-bom |
Version | Version1.2.0 |
Type | Typepom |
Filename | Size |
---|---|
lib-kotlin-bom-1.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frtu.libs/lib-kotlin-bom/ -->
<dependency>
<groupId>com.github.frtu.libs</groupId>
<artifactId>lib-kotlin-bom</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.libs/lib-kotlin-bom/
implementation 'com.github.frtu.libs:lib-kotlin-bom:1.2.0'
// https://jarcasting.com/artifacts/com.github.frtu.libs/lib-kotlin-bom/
implementation ("com.github.frtu.libs:lib-kotlin-bom:1.2.0")
'com.github.frtu.libs:lib-kotlin-bom:pom:1.2.0'
<dependency org="com.github.frtu.libs" name="lib-kotlin-bom" rev="1.2.0">
<artifact name="lib-kotlin-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.libs', module='lib-kotlin-bom', version='1.2.0')
)
libraryDependencies += "com.github.frtu.libs" % "lib-kotlin-bom" % "1.2.0"
[com.github.frtu.libs/lib-kotlin-bom "1.2.0"]