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