GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdstore |
Version | Version0.7.3 |
Type | Typejar |
Filename | Size |
---|---|
store-0.7.3.pom | |
store-0.7.3.jar | 111 KB |
store-0.7.3-tests.jar | 101 KB |
store-0.7.3-sources.jar | 73 KB |
store-0.7.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/store/
implementation 'uk.gov.gchq.gaffer:store:0.7.3'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/store/
implementation ("uk.gov.gchq.gaffer:store:0.7.3")
'uk.gov.gchq.gaffer:store:jar:0.7.3'
<dependency org="uk.gov.gchq.gaffer" name="store" rev="0.7.3">
<artifact name="store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='store', version='0.7.3')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "store" % "0.7.3"
[uk.gov.gchq.gaffer/store "0.7.3"]