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