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