License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.hexagonkt |
ArtifactId | ArtifactIdkotlin_pom |
Last Version | Last Version2.0.15 |
Release Date | Release Date |
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.15.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.hexagonkt/kotlin_pom/ -->
<dependency>
<groupId>com.hexagonkt</groupId>
<artifactId>kotlin_pom</artifactId>
<version>2.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hexagonkt/kotlin_pom/
implementation 'com.hexagonkt:kotlin_pom:2.0.15'
// https://jarcasting.com/artifacts/com.hexagonkt/kotlin_pom/
implementation ("com.hexagonkt:kotlin_pom:2.0.15")
'com.hexagonkt:kotlin_pom:pom:2.0.15'
<dependency org="com.hexagonkt" name="kotlin_pom" rev="2.0.15">
<artifact name="kotlin_pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hexagonkt', module='kotlin_pom', version='2.0.15')
)
libraryDependencies += "com.hexagonkt" % "kotlin_pom" % "2.0.15"
[com.hexagonkt/kotlin_pom "2.0.15"]