| License |
License |
|---|---|
| GroupId | GroupIdcom.soywiz |
| ArtifactId | ArtifactIdkds-root |
| Last Version | Last Version0.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionkds-root
Kds: Kotlin Data Structures for JVM, JS and Common
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| kds-root-0.6.0.pom | |
| kds-root-0.6.0.jar | 261 bytes |
| kds-root-0.6.0-sources.jar | 261 bytes |
| kds-root-0.6.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.soywiz/kds-root/ -->
<dependency>
<groupId>com.soywiz</groupId>
<artifactId>kds-root</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soywiz/kds-root/
implementation 'com.soywiz:kds-root:0.6.0'
// https://jarcasting.com/artifacts/com.soywiz/kds-root/
implementation ("com.soywiz:kds-root:0.6.0")
'com.soywiz:kds-root:jar:0.6.0'
<dependency org="com.soywiz" name="kds-root" rev="0.6.0">
<artifact name="kds-root" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soywiz', module='kds-root', version='0.6.0')
)
libraryDependencies += "com.soywiz" % "kds-root" % "0.6.0"
[com.soywiz/kds-root "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | 1.2.20 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.2.20 |
| junit : junit | jar | 4.12 |