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