Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.opencb.commons |
ArtifactId | ArtifactIdcommons-datastore-core |
Version | Version4.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-core/ -->
<dependency>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore-core</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-core/
implementation 'org.opencb.commons:commons-datastore-core:4.0.4'
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-core/
implementation ("org.opencb.commons:commons-datastore-core:4.0.4")
'org.opencb.commons:commons-datastore-core:jar:4.0.4'
<dependency org="org.opencb.commons" name="commons-datastore-core" rev="4.0.4">
<artifact name="commons-datastore-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons-datastore-core', version='4.0.4')
)
libraryDependencies += "org.opencb.commons" % "commons-datastore-core" % "4.0.4"
[org.opencb.commons/commons-datastore-core "4.0.4"]