is not current version
Last Version 1.0.3

com.github.wslf:DataStructures 1.0.1


Categories

Categories

Data
GroupId

GroupId

com.github.wslf
ArtifactId

ArtifactId

DataStructures
Version

Version

1.0.1
Type

Type

jar

Download DataStructures 1.0.1


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