GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdoperation |
Version | Version1.8.3 |
Type | Typejar |
Filename | Size |
---|---|
operation-1.8.3.pom | |
operation-1.8.3.jar | 276 KB |
operation-1.8.3-tests.jar | 174 KB |
operation-1.8.3-sources.jar | 176 KB |
operation-1.8.3-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.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/operation/
implementation 'uk.gov.gchq.gaffer:operation:1.8.3'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/operation/
implementation ("uk.gov.gchq.gaffer:operation:1.8.3")
'uk.gov.gchq.gaffer:operation:jar:1.8.3'
<dependency org="uk.gov.gchq.gaffer" name="operation" rev="1.8.3">
<artifact name="operation" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='operation', version='1.8.3')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "operation" % "1.8.3"
[uk.gov.gchq.gaffer/operation "1.8.3"]