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