is not current version
Last Version 0.0.5

com.github.houbb:data-struct 0.0.2

The data struct framework for java

Categories

Categories

Data
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

data-struct
Version

Version

0.0.2
Type

Type

jar

Download data-struct 0.0.2


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