is not current version
Last Version 1.3

de.agentlab:ds 1.2

Some common datastructures

GroupId

GroupId

de.agentlab
ArtifactId

ArtifactId

ds
Version

Version

1.2
Type

Type

jar

Download ds 1.2


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