| Группа | Группаorg.herddb |
|---|---|
| Идентификатор | Идентификаторherddb-collections |
| Версия | Версия0.11.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| herddb-collections-0.11.0.pom | |
| herddb-collections-0.11.0.jar | 23 KB |
| herddb-collections-0.11.0-sources.jar | 13 KB |
| herddb-collections-0.11.0-javadoc.jar | 452 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.herddb/herddb-collections/ -->
<dependency>
<groupId>org.herddb</groupId>
<artifactId>herddb-collections</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.herddb/herddb-collections/
implementation 'org.herddb:herddb-collections:0.11.0'
// https://jarcasting.com/artifacts/org.herddb/herddb-collections/
implementation ("org.herddb:herddb-collections:0.11.0")
'org.herddb:herddb-collections:jar:0.11.0'
<dependency org="org.herddb" name="herddb-collections" rev="0.11.0">
<artifact name="herddb-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.herddb', module='herddb-collections', version='0.11.0')
)
libraryDependencies += "org.herddb" % "herddb-collections" % "0.11.0"
[org.herddb/herddb-collections "0.11.0"]