Categories |
CategoriesData ORM Data Formats |
---|---|
GroupId | GroupIdorg.opencb.biodata |
ArtifactId | ArtifactIdbiodata-formats |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
biodata-formats-1.0.1.pom | |
biodata-formats-1.0.1.jar | 477 KB |
biodata-formats-1.0.1-sources.jar | 443 KB |
biodata-formats-1.0.1-javadoc.jar | 588 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencb.biodata/biodata-formats/ -->
<dependency>
<groupId>org.opencb.biodata</groupId>
<artifactId>biodata-formats</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.biodata/biodata-formats/
implementation 'org.opencb.biodata:biodata-formats:1.0.1'
// https://jarcasting.com/artifacts/org.opencb.biodata/biodata-formats/
implementation ("org.opencb.biodata:biodata-formats:1.0.1")
'org.opencb.biodata:biodata-formats:jar:1.0.1'
<dependency org="org.opencb.biodata" name="biodata-formats" rev="1.0.1">
<artifact name="biodata-formats" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.biodata', module='biodata-formats', version='1.0.1')
)
libraryDependencies += "org.opencb.biodata" % "biodata-formats" % "1.0.1"
[org.opencb.biodata/biodata-formats "1.0.1"]