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