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