is not current version
Last Version 0.8.3

org.structr:structr-server 0.8.2

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

GroupId

GroupId

org.structr
ArtifactId

ArtifactId

structr-server
Version

Version

0.8.2
Type

Type

jar

Download structr-server 0.8.2


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