License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.hexagonkt |
ArtifactId | ArtifactIdkotlin_pom |
Version | Version2.0.5 |
Type | Typepom |
Description |
DescriptionKotlin POM
Kotlin's starter POM.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin_pom-2.0.5.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.hexagonkt/kotlin_pom/ -->
<dependency>
<groupId>com.hexagonkt</groupId>
<artifactId>kotlin_pom</artifactId>
<version>2.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hexagonkt/kotlin_pom/
implementation 'com.hexagonkt:kotlin_pom:2.0.5'
// https://jarcasting.com/artifacts/com.hexagonkt/kotlin_pom/
implementation ("com.hexagonkt:kotlin_pom:2.0.5")
'com.hexagonkt:kotlin_pom:pom:2.0.5'
<dependency org="com.hexagonkt" name="kotlin_pom" rev="2.0.5">
<artifact name="kotlin_pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hexagonkt', module='kotlin_pom', version='2.0.5')
)
libraryDependencies += "com.hexagonkt" % "kotlin_pom" % "2.0.5"
[com.hexagonkt/kotlin_pom "2.0.5"]