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