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