GroupId | GroupIdio.grafeas |
---|---|
ArtifactId | ArtifactIdgrafeas |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
grafeas-1.0.8.pom | |
grafeas-1.0.8.jar | 1010 KB |
grafeas-1.0.8-tests.jar | 17 KB |
grafeas-1.0.8-sources.jar | 494 KB |
grafeas-1.0.8-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.grafeas/grafeas/ -->
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.grafeas/grafeas/
implementation 'io.grafeas:grafeas:1.0.8'
// https://jarcasting.com/artifacts/io.grafeas/grafeas/
implementation ("io.grafeas:grafeas:1.0.8")
'io.grafeas:grafeas:jar:1.0.8'
<dependency org="io.grafeas" name="grafeas" rev="1.0.8">
<artifact name="grafeas" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.grafeas', module='grafeas', version='1.0.8')
)
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.8"
[io.grafeas/grafeas "1.0.8"]