| GroupId | GroupIdio.othree |
|---|---|
| ArtifactId | ArtifactIddna_2.12 |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dna_2.12-1.0.1.pom | |
| dna_2.12-1.0.1.jar | 6 KB |
| dna_2.12-1.0.1-sources.jar | 2 KB |
| dna_2.12-1.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.othree/dna_2.12/ -->
<dependency>
<groupId>io.othree</groupId>
<artifactId>dna_2.12</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.othree/dna_2.12/
implementation 'io.othree:dna_2.12:1.0.1'
// https://jarcasting.com/artifacts/io.othree/dna_2.12/
implementation ("io.othree:dna_2.12:1.0.1")
'io.othree:dna_2.12:jar:1.0.1'
<dependency org="io.othree" name="dna_2.12" rev="1.0.1">
<artifact name="dna_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.othree', module='dna_2.12', version='1.0.1')
)
libraryDependencies += "io.othree" % "dna_2.12" % "1.0.1"
[io.othree/dna_2.12 "1.0.1"]