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