GroupId | GroupIddna |
---|---|
ArtifactId | ArtifactIddna-api |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
dna-api-1.1.pom | |
dna-api-1.1.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dna/dna-api/ -->
<dependency>
<groupId>dna</groupId>
<artifactId>dna-api</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/dna/dna-api/
implementation 'dna:dna-api:1.1'
// https://jarcasting.com/artifacts/dna/dna-api/
implementation ("dna:dna-api:1.1")
'dna:dna-api:jar:1.1'
<dependency org="dna" name="dna-api" rev="1.1">
<artifact name="dna-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='dna', module='dna-api', version='1.1')
)
libraryDependencies += "dna" % "dna-api" % "1.1"
[dna/dna-api "1.1"]