Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.opencb.biodata |
ArtifactId | ArtifactIdbiodata-tools |
Version | Version0.8.3 |
Type | Typejar |
Filename | Size |
---|---|
biodata-tools-0.8.3.pom | |
biodata-tools-0.8.3.jar | 172 KB |
biodata-tools-0.8.3-sources.jar | 101 KB |
biodata-tools-0.8.3-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.biodata/biodata-tools/ -->
<dependency>
<groupId>org.opencb.biodata</groupId>
<artifactId>biodata-tools</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.biodata/biodata-tools/
implementation 'org.opencb.biodata:biodata-tools:0.8.3'
// https://jarcasting.com/artifacts/org.opencb.biodata/biodata-tools/
implementation ("org.opencb.biodata:biodata-tools:0.8.3")
'org.opencb.biodata:biodata-tools:jar:0.8.3'
<dependency org="org.opencb.biodata" name="biodata-tools" rev="0.8.3">
<artifact name="biodata-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.biodata', module='biodata-tools', version='0.8.3')
)
libraryDependencies += "org.opencb.biodata" % "biodata-tools" % "0.8.3"
[org.opencb.biodata/biodata-tools "0.8.3"]