is not current version
Last Version 1.3

de.agentlab:ds 1.0

Some common datastructures

GroupId

GroupId

de.agentlab
ArtifactId

ArtifactId

ds
Version

Version

1.0
Type

Type

jar

Download ds 1.0


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