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