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