GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdoperation |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
operation-0.6.0.pom | |
operation-0.6.0.jar | 134 KB |
operation-0.6.0-tests.jar | 61 KB |
operation-0.6.0-sources.jar | 72 KB |
operation-0.6.0-javadoc.jar | 835 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/operation/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>operation</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/operation/
implementation 'uk.gov.gchq.gaffer:operation:0.6.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/operation/
implementation ("uk.gov.gchq.gaffer:operation:0.6.0")
'uk.gov.gchq.gaffer:operation:jar:0.6.0'
<dependency org="uk.gov.gchq.gaffer" name="operation" rev="0.6.0">
<artifact name="operation" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='operation', version='0.6.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "operation" % "0.6.0"
[uk.gov.gchq.gaffer/operation "0.6.0"]