GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version1.21.0 |
Type | Typejar |
Filename | Size |
---|---|
library-1.21.0.pom | 2 KB |
library-1.21.0-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>1.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/library/
implementation 'uk.gov.gchq.gaffer:library:1.21.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/library/
implementation ("uk.gov.gchq.gaffer:library:1.21.0")
'uk.gov.gchq.gaffer:library:jar:1.21.0'
<dependency org="uk.gov.gchq.gaffer" name="library" rev="1.21.0">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='library', version='1.21.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "library" % "1.21.0"
[uk.gov.gchq.gaffer/library "1.21.0"]