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