is not current version
Last Version 1.2.3

io.github.paul-hernandez99:dataStructures 1.0

Simple and silly library for showing how to upload repositories and make them public

Categories

Categories

Data
GroupId

GroupId

io.github.paul-hernandez99
ArtifactId

ArtifactId

dataStructures
Version

Version

1.0
Type

Type

jar

Download dataStructures 1.0


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