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