| GroupId | GroupIdio.github.cmoine |
|---|---|
| ArtifactId | ArtifactIdarangobee |
| Version | Version0.16 |
| Type | Typejar |
| Filename | Size |
|---|---|
| arangobee-0.16.pom | |
| arangobee-0.16.jar | 22 KB |
| arangobee-0.16-sources.jar | 17 KB |
| arangobee-0.16-javadoc.jar | 123 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.cmoine/arangobee/ -->
<dependency>
<groupId>io.github.cmoine</groupId>
<artifactId>arangobee</artifactId>
<version>0.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cmoine/arangobee/
implementation 'io.github.cmoine:arangobee:0.16'
// https://jarcasting.com/artifacts/io.github.cmoine/arangobee/
implementation ("io.github.cmoine:arangobee:0.16")
'io.github.cmoine:arangobee:jar:0.16'
<dependency org="io.github.cmoine" name="arangobee" rev="0.16">
<artifact name="arangobee" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cmoine', module='arangobee', version='0.16')
)
libraryDependencies += "io.github.cmoine" % "arangobee" % "0.16"
[io.github.cmoine/arangobee "0.16"]