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