| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdio.github.paul-hernandez99 |
| ArtifactId | ArtifactIddataStructures |
| Version | Version1.2.3 |
| Type | Typejar |
| Description |
DescriptionData structures
Simple and silly library for showing how to upload repositories and make them public
|
| Filename | Size |
|---|---|
| dataStructures-1.2.3.pom | |
| dataStructures-1.2.3.jar | 3 KB |
| dataStructures-1.2.3-sources.jar | 1 KB |
| dataStructures-1.2.3-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.paul-hernandez99/dataStructures/ -->
<dependency>
<groupId>io.github.paul-hernandez99</groupId>
<artifactId>dataStructures</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.paul-hernandez99/dataStructures/
implementation 'io.github.paul-hernandez99:dataStructures:1.2.3'
// https://jarcasting.com/artifacts/io.github.paul-hernandez99/dataStructures/
implementation ("io.github.paul-hernandez99:dataStructures:1.2.3")
'io.github.paul-hernandez99:dataStructures:jar:1.2.3'
<dependency org="io.github.paul-hernandez99" name="dataStructures" rev="1.2.3">
<artifact name="dataStructures" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.paul-hernandez99', module='dataStructures', version='1.2.3')
)
libraryDependencies += "io.github.paul-hernandez99" % "dataStructures" % "1.2.3"
[io.github.paul-hernandez99/dataStructures "1.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |