Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.kotlin-kold |
ArtifactId | ArtifactIdkold-core |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
kold-core-0.1.1.pom | |
kold-core-0.1.1-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-core/ -->
<dependency>
<groupId>com.github.kotlin-kold</groupId>
<artifactId>kold-core</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-core/
implementation 'com.github.kotlin-kold:kold-core:0.1.1'
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-core/
implementation ("com.github.kotlin-kold:kold-core:0.1.1")
'com.github.kotlin-kold:kold-core:pom:0.1.1'
<dependency org="com.github.kotlin-kold" name="kold-core" rev="0.1.1">
<artifact name="kold-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kotlin-kold', module='kold-core', version='0.1.1')
)
libraryDependencies += "com.github.kotlin-kold" % "kold-core" % "0.1.1"
[com.github.kotlin-kold/kold-core "0.1.1"]