License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdio.github.boredmathematician |
ArtifactId | ArtifactIddatastructures |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionDatastructures
Interesting and useful Data structure implementations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
datastructures-1.1.0.pom | |
datastructures-1.1.0.jar | 12 KB |
datastructures-1.1.0-sources.jar | 9 KB |
datastructures-1.1.0-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.boredmathematician/datastructures/ -->
<dependency>
<groupId>io.github.boredmathematician</groupId>
<artifactId>datastructures</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.boredmathematician/datastructures/
implementation 'io.github.boredmathematician:datastructures:1.1.0'
// https://jarcasting.com/artifacts/io.github.boredmathematician/datastructures/
implementation ("io.github.boredmathematician:datastructures:1.1.0")
'io.github.boredmathematician:datastructures:jar:1.1.0'
<dependency org="io.github.boredmathematician" name="datastructures" rev="1.1.0">
<artifact name="datastructures" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.boredmathematician', module='datastructures', version='1.1.0')
)
libraryDependencies += "io.github.boredmathematician" % "datastructures" % "1.1.0"
[io.github.boredmathematician/datastructures "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |