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