| Categories |
CategoriesKotlin Languages |
|---|---|
| GroupId | GroupIdcom.github.kotlin-kold |
| ArtifactId | ArtifactIdkold-core |
| Version | Version0.1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| kold-core-0.1.2.pom | |
| kold-core-0.1.2-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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-core/
implementation 'com.github.kotlin-kold:kold-core:0.1.2'
// https://jarcasting.com/artifacts/com.github.kotlin-kold/kold-core/
implementation ("com.github.kotlin-kold:kold-core:0.1.2")
'com.github.kotlin-kold:kold-core:pom:0.1.2'
<dependency org="com.github.kotlin-kold" name="kold-core" rev="0.1.2">
<artifact name="kold-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kotlin-kold', module='kold-core', version='0.1.2')
)
libraryDependencies += "com.github.kotlin-kold" % "kold-core" % "0.1.2"
[com.github.kotlin-kold/kold-core "0.1.2"]