is not current version
Last Version 2.0.1

org.structr:structr 1.0.RC3

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

GroupId

GroupId

org.structr
ArtifactId

ArtifactId

structr
Version

Version

1.0.RC3
Type

Type

pom

Download structr 1.0.RC3

Filename Size
structr-1.0.RC3.pom 6 KB
Browse

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