is not current version
Last Version 2.0.1

org.structr:structr-rest 1.0.RC2

Structr is an open source framework based on the popular Neo4j graph database.

GroupId

GroupId

org.structr
ArtifactId

ArtifactId

structr-rest
Version

Version

1.0.RC2
Type

Type

jar

Download structr-rest 1.0.RC2


<!-- https://jarcasting.com/artifacts/org.structr/structr-rest/ -->
<dependency>
    <groupId>org.structr</groupId>
    <artifactId>structr-rest</artifactId>
    <version>1.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.structr/structr-rest/
implementation 'org.structr:structr-rest:1.0.RC2'
// https://jarcasting.com/artifacts/org.structr/structr-rest/
implementation ("org.structr:structr-rest:1.0.RC2")
'org.structr:structr-rest:jar:1.0.RC2'
<dependency org="org.structr" name="structr-rest" rev="1.0.RC2">
  <artifact name="structr-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.structr', module='structr-rest', version='1.0.RC2')
)
libraryDependencies += "org.structr" % "structr-rest" % "1.0.RC2"
[org.structr/structr-rest "1.0.RC2"]