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