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