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