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