GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdexample |
Version | Version1.7.0-RC3 |
Type | Typejar |
Filename | Size |
---|---|
example-1.7.0-RC3.pom | 1 KB |
example-1.7.0-RC3-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/example/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>example</artifactId>
<version>1.7.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/example/
implementation 'uk.gov.gchq.gaffer:example:1.7.0-RC3'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/example/
implementation ("uk.gov.gchq.gaffer:example:1.7.0-RC3")
'uk.gov.gchq.gaffer:example:jar:1.7.0-RC3'
<dependency org="uk.gov.gchq.gaffer" name="example" rev="1.7.0-RC3">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='example', version='1.7.0-RC3')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "example" % "1.7.0-RC3"
[uk.gov.gchq.gaffer/example "1.7.0-RC3"]