GroupId | GroupIdde.agentlab |
---|---|
ArtifactId | ArtifactIdds |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
ds-1.1.pom | |
ds-1.1.jar | 49 KB |
ds-1.1-sources.jar | 27 KB |
ds-1.1-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.agentlab/ds/ -->
<dependency>
<groupId>de.agentlab</groupId>
<artifactId>ds</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.agentlab/ds/
implementation 'de.agentlab:ds:1.1'
// https://jarcasting.com/artifacts/de.agentlab/ds/
implementation ("de.agentlab:ds:1.1")
'de.agentlab:ds:jar:1.1'
<dependency org="de.agentlab" name="ds" rev="1.1">
<artifact name="ds" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.agentlab', module='ds', version='1.1')
)
libraryDependencies += "de.agentlab" % "ds" % "1.1"
[de.agentlab/ds "1.1"]