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