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