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