Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.api4 |
ArtifactId | ArtifactIddatastructure |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
datastructure-0.0.1.pom | |
datastructure-0.0.1.jar | 11 KB |
datastructure-0.0.1-sources.jar | 10 KB |
datastructure-0.0.1-javadoc.jar | 449 KB |
Browse |
<!-- 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"]