GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdstore |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
store-1.2.0.pom | |
store-1.2.0.jar | 220 KB |
store-1.2.0-tests.jar | 218 KB |
store-1.2.0-sources.jar | 156 KB |
store-1.2.0-javadoc.jar | 769 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/store/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>store</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/store/
implementation 'uk.gov.gchq.gaffer:store:1.2.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/store/
implementation ("uk.gov.gchq.gaffer:store:1.2.0")
'uk.gov.gchq.gaffer:store:jar:1.2.0'
<dependency org="uk.gov.gchq.gaffer" name="store" rev="1.2.0">
<artifact name="store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='store', version='1.2.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "store" % "1.2.0"
[uk.gov.gchq.gaffer/store "1.2.0"]