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