is not current version
Last Version 0.8.21

io.paulbaker.libs:data-structures 0.8.11

Common data structures that are useful in a number of situations

Categories

Categories

Data Data Structures
GroupId

GroupId

io.paulbaker.libs
ArtifactId

ArtifactId

data-structures
Version

Version

0.8.11
Type

Type

jar

Download data-structures 0.8.11


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