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