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