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