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