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