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