GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdtype |
Version | Version1.21.0 |
Type | Typejar |
Filename | Size |
---|---|
type-1.21.0.pom | |
type-1.21.0.jar | 39 KB |
type-1.21.0-tests.jar | 37 KB |
type-1.21.0-sources.jar | 30 KB |
type-1.21.0-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/type/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>type</artifactId>
<version>1.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/type/
implementation 'uk.gov.gchq.gaffer:type:1.21.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/type/
implementation ("uk.gov.gchq.gaffer:type:1.21.0")
'uk.gov.gchq.gaffer:type:jar:1.21.0'
<dependency org="uk.gov.gchq.gaffer" name="type" rev="1.21.0">
<artifact name="type" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='type', version='1.21.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "type" % "1.21.0"
[uk.gov.gchq.gaffer/type "1.21.0"]