Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.github.boredmathematician |
ArtifactId | ArtifactIddatastructures |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
datastructures-1.0.0.pom | |
datastructures-1.0.0.jar | 12 KB |
datastructures-1.0.0-sources.jar | 9 KB |
datastructures-1.0.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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.boredmathematician/datastructures/
implementation 'io.github.boredmathematician:datastructures:1.0.0'
// https://jarcasting.com/artifacts/io.github.boredmathematician/datastructures/
implementation ("io.github.boredmathematician:datastructures:1.0.0")
'io.github.boredmathematician:datastructures:jar:1.0.0'
<dependency org="io.github.boredmathematician" name="datastructures" rev="1.0.0">
<artifact name="datastructures" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.boredmathematician', module='datastructures', version='1.0.0')
)
libraryDependencies += "io.github.boredmathematician" % "datastructures" % "1.0.0"
[io.github.boredmathematician/datastructures "1.0.0"]