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