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