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