Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.hexagonkt |
ArtifactId | ArtifactIdkotlin_pom |
Version | Version1.4.6 |
Type | Typepom |
Filename | Size |
---|---|
kotlin_pom-1.4.6.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.hexagonkt/kotlin_pom/ -->
<dependency>
<groupId>com.hexagonkt</groupId>
<artifactId>kotlin_pom</artifactId>
<version>1.4.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hexagonkt/kotlin_pom/
implementation 'com.hexagonkt:kotlin_pom:1.4.6'
// https://jarcasting.com/artifacts/com.hexagonkt/kotlin_pom/
implementation ("com.hexagonkt:kotlin_pom:1.4.6")
'com.hexagonkt:kotlin_pom:pom:1.4.6'
<dependency org="com.hexagonkt" name="kotlin_pom" rev="1.4.6">
<artifact name="kotlin_pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hexagonkt', module='kotlin_pom', version='1.4.6')
)
libraryDependencies += "com.hexagonkt" % "kotlin_pom" % "1.4.6"
[com.hexagonkt/kotlin_pom "1.4.6"]