GroupId | GroupIdde.agentlab |
---|---|
ArtifactId | ArtifactIdds |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
ds-1.0.pom | |
ds-1.0.jar | 42 KB |
ds-1.0-sources.jar | 23 KB |
ds-1.0-javadoc.jar | 109 KB |
Browse |
<!-- 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"]