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