is not current version
Last Version 1.2

com.github.MissThee:data-structure 1.0

empty

Categories

Categories

Data
GroupId

GroupId

com.github.MissThee
ArtifactId

ArtifactId

data-structure
Version

Version

1.0
Type

Type

jar

Download data-structure 1.0


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