Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnl.systemsgenetics |
ArtifactId | ArtifactIdGenotype-IO |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
Genotype-IO-1.0.0.pom | |
Genotype-IO-1.0.0.jar | 332 KB |
Genotype-IO-1.0.0-sources.jar | 168 KB |
Genotype-IO-1.0.0-javadoc.jar | 1 MB |
Genotype-IO-1.0.0-jar-with-dependencies.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.systemsgenetics/Genotype-IO/ -->
<dependency>
<groupId>nl.systemsgenetics</groupId>
<artifactId>Genotype-IO</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.systemsgenetics/Genotype-IO/
implementation 'nl.systemsgenetics:Genotype-IO:1.0.0'
// https://jarcasting.com/artifacts/nl.systemsgenetics/Genotype-IO/
implementation ("nl.systemsgenetics:Genotype-IO:1.0.0")
'nl.systemsgenetics:Genotype-IO:jar:1.0.0'
<dependency org="nl.systemsgenetics" name="Genotype-IO" rev="1.0.0">
<artifact name="Genotype-IO" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.systemsgenetics', module='Genotype-IO', version='1.0.0')
)
libraryDependencies += "nl.systemsgenetics" % "Genotype-IO" % "1.0.0"
[nl.systemsgenetics/Genotype-IO "1.0.0"]