GroupId | GroupIdde.agentlab |
---|---|
ArtifactId | ArtifactIdds |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
ds-1.2.pom | |
ds-1.2.jar | 50 KB |
ds-1.2-sources.jar | 29 KB |
ds-1.2-javadoc.jar | 123 KB |
Browse |
<!-- 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"]