License |
License |
---|---|
GroupId | GroupIdtech.codingzen |
ArtifactId | ArtifactIdkollections |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneither
library containing implementations of persistent data structures
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kollections-1.0.0.pom | |
kollections-1.0.0.jar | 14 KB |
kollections-1.0.0-sources.jar | 2 KB |
kollections-1.0.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.codingzen/kollections/ -->
<dependency>
<groupId>tech.codingzen</groupId>
<artifactId>kollections</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.codingzen/kollections/
implementation 'tech.codingzen:kollections:1.0.0'
// https://jarcasting.com/artifacts/tech.codingzen/kollections/
implementation ("tech.codingzen:kollections:1.0.0")
'tech.codingzen:kollections:jar:1.0.0'
<dependency org="tech.codingzen" name="kollections" rev="1.0.0">
<artifact name="kollections" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.codingzen', module='kollections', version='1.0.0')
)
libraryDependencies += "tech.codingzen" % "kollections" % "1.0.0"
[tech.codingzen/kollections "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |