| License |
License
COVFEFEWARE LICENSE
|
|---|---|
| Categories |
CategoriesData Data Structures |
| GroupId | GroupIdio.paulbaker.libs |
| ArtifactId | ArtifactIddata-structures |
| Last Version | Last Version0.8.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionio.paulbaker.libs.data-structures
Common data structures that are useful in a number of situations
|
| Filename | Size |
|---|---|
| data-structures-0.8.21.pom | |
| data-structures-0.8.21.jar | 14 KB |
| data-structures-0.8.21-sources.jar | 2 KB |
| data-structures-0.8.21-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.paulbaker.libs/data-structures/ -->
<dependency>
<groupId>io.paulbaker.libs</groupId>
<artifactId>data-structures</artifactId>
<version>0.8.21</version>
</dependency>
// https://jarcasting.com/artifacts/io.paulbaker.libs/data-structures/
implementation 'io.paulbaker.libs:data-structures:0.8.21'
// https://jarcasting.com/artifacts/io.paulbaker.libs/data-structures/
implementation ("io.paulbaker.libs:data-structures:0.8.21")
'io.paulbaker.libs:data-structures:jar:0.8.21'
<dependency org="io.paulbaker.libs" name="data-structures" rev="0.8.21">
<artifact name="data-structures" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.paulbaker.libs', module='data-structures', version='0.8.21')
)
libraryDependencies += "io.paulbaker.libs" % "data-structures" % "0.8.21"
[io.paulbaker.libs/data-structures "0.8.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.20 |
| com.fasterxml.jackson.core : jackson-annotations | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.20 |
| junit : junit | jar | 4.12 |
| org.junit.jupiter : junit-jupiter-api | jar | |
| org.junit.jupiter : junit-jupiter-engine | jar | |
| org.junit.jupiter : junit-jupiter-params | jar |