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