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