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