is not current version
Last Version 2.0.0-alpha-0.2

uk.gov.gchq.gaffer:graph 1.3.0-RC1


GroupId

GroupId

uk.gov.gchq.gaffer
ArtifactId

ArtifactId

graph
Version

Version

1.3.0-RC1
Type

Type

jar

Download graph 1.3.0-RC1


<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/graph/ -->
<dependency>
    <groupId>uk.gov.gchq.gaffer</groupId>
    <artifactId>graph</artifactId>
    <version>1.3.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/graph/
implementation 'uk.gov.gchq.gaffer:graph:1.3.0-RC1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/graph/
implementation ("uk.gov.gchq.gaffer:graph:1.3.0-RC1")
'uk.gov.gchq.gaffer:graph:jar:1.3.0-RC1'
<dependency org="uk.gov.gchq.gaffer" name="graph" rev="1.3.0-RC1">
  <artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='graph', version='1.3.0-RC1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "graph" % "1.3.0-RC1"
[uk.gov.gchq.gaffer/graph "1.3.0-RC1"]