is not current version
Last Version 1.0.0

org.api4:datastructure 0.0.1

Fundamental utils required by many other starlibs projects.

Categories

Categories

Data
GroupId

GroupId

org.api4
ArtifactId

ArtifactId

datastructure
Version

Version

0.0.1
Type

Type

jar

Download datastructure 0.0.1


<!-- https://jarcasting.com/artifacts/org.api4/datastructure/ -->
<dependency>
    <groupId>org.api4</groupId>
    <artifactId>datastructure</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.api4/datastructure/
implementation 'org.api4:datastructure:0.0.1'
// https://jarcasting.com/artifacts/org.api4/datastructure/
implementation ("org.api4:datastructure:0.0.1")
'org.api4:datastructure:jar:0.0.1'
<dependency org="org.api4" name="datastructure" rev="0.0.1">
  <artifact name="datastructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.api4', module='datastructure', version='0.0.1')
)
libraryDependencies += "org.api4" % "datastructure" % "0.0.1"
[org.api4/datastructure "0.0.1"]