| License |
License |
|---|---|
| GroupId | GroupIdio.grafeas |
| ArtifactId | ArtifactIdgrafeas |
| Last Version | Last Version2.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGrafeas Client
Java idiomatic client for Grafeas.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationGoogle LLC |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| grafeas-2.3.1.pom | |
| grafeas-2.3.1.jar | 908 KB |
| grafeas-2.3.1-tests.jar | 13 KB |
| grafeas-2.3.1-sources.jar | 415 KB |
| grafeas-2.3.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.grafeas/grafeas/ -->
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.grafeas/grafeas/
implementation 'io.grafeas:grafeas:2.3.1'
// https://jarcasting.com/artifacts/io.grafeas/grafeas/
implementation ("io.grafeas:grafeas:2.3.1")
'io.grafeas:grafeas:jar:2.3.1'
<dependency org="io.grafeas" name="grafeas" rev="2.3.1">
<artifact name="grafeas" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.grafeas', module='grafeas', version='2.3.1')
)
libraryDependencies += "io.grafeas" % "grafeas" % "2.3.1"
[io.grafeas/grafeas "2.3.1"]