GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdbasic-model |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
basic-model-1.6.0.pom | |
basic-model-1.6.0.jar | 3 KB |
basic-model-1.6.0-tests.jar | 4 KB |
basic-model-1.6.0-sources.jar | 2 KB |
basic-model-1.6.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/basic-model/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>basic-model</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/basic-model/
implementation 'uk.gov.gchq.gaffer:basic-model:1.6.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/basic-model/
implementation ("uk.gov.gchq.gaffer:basic-model:1.6.0")
'uk.gov.gchq.gaffer:basic-model:jar:1.6.0'
<dependency org="uk.gov.gchq.gaffer" name="basic-model" rev="1.6.0">
<artifact name="basic-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='basic-model', version='1.6.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "basic-model" % "1.6.0"
[uk.gov.gchq.gaffer/basic-model "1.6.0"]