License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.codesseur |
ArtifactId | ArtifactIddata-structure |
Last Version | Last Version0.0.18 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondata-structure
A useful data structures
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
data-structure-0.0.18.pom | |
data-structure-0.0.18.jar | 75 KB |
data-structure-0.0.18-sources.jar | 25 KB |
data-structure-0.0.18-javadoc.jar | 647 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codesseur/data-structure/ -->
<dependency>
<groupId>com.codesseur</groupId>
<artifactId>data-structure</artifactId>
<version>0.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.codesseur/data-structure/
implementation 'com.codesseur:data-structure:0.0.18'
// https://jarcasting.com/artifacts/com.codesseur/data-structure/
implementation ("com.codesseur:data-structure:0.0.18")
'com.codesseur:data-structure:jar:0.0.18'
<dependency org="com.codesseur" name="data-structure" rev="0.0.18">
<artifact name="data-structure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codesseur', module='data-structure', version='0.0.18')
)
libraryDependencies += "com.codesseur" % "data-structure" % "0.0.18"
[com.codesseur/data-structure "0.0.18"]
Group / Artifact | Type | Version |
---|---|---|
io.vavr : vavr | jar | 0.10.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.assertj : assertj-core | jar | 3.19.0 |