Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.opencb.commons |
ArtifactId | ArtifactIdcommons-datastore-core |
Version | Version3.7.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>3.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-core/
implementation 'org.opencb.commons:commons-datastore-core:3.7.4'
// https://jarcasting.com/artifacts/org.opencb.commons/commons-datastore-core/
implementation ("org.opencb.commons:commons-datastore-core:3.7.4")
'org.opencb.commons:commons-datastore-core:jar:3.7.4'
<dependency org="org.opencb.commons" name="commons-datastore-core" rev="3.7.4">
<artifact name="commons-datastore-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencb.commons', module='commons-datastore-core', version='3.7.4')
)
libraryDependencies += "org.opencb.commons" % "commons-datastore-core" % "3.7.4"
[org.opencb.commons/commons-datastore-core "3.7.4"]