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