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