GroupId | GroupIdorg.herddb |
---|---|
ArtifactId | ArtifactIdherddb-core |
Version | Version0.14.0 |
Type | Typejar |
Filename | Size |
---|---|
herddb-core-0.14.0.pom | |
herddb-core-0.14.0.jar | 838 KB |
herddb-core-0.14.0-sources.jar | 514 KB |
herddb-core-0.14.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.herddb/herddb-core/ -->
<dependency>
<groupId>org.herddb</groupId>
<artifactId>herddb-core</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.herddb/herddb-core/
implementation 'org.herddb:herddb-core:0.14.0'
// https://jarcasting.com/artifacts/org.herddb/herddb-core/
implementation ("org.herddb:herddb-core:0.14.0")
'org.herddb:herddb-core:jar:0.14.0'
<dependency org="org.herddb" name="herddb-core" rev="0.14.0">
<artifact name="herddb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.herddb', module='herddb-core', version='0.14.0')
)
libraryDependencies += "org.herddb" % "herddb-core" % "0.14.0"
[org.herddb/herddb-core "0.14.0"]