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