is not current version
Last Version 2.0.1

org.structr:structr 1.0.RC1

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

GroupId

GroupId

org.structr
ArtifactId

ArtifactId

structr
Version

Version

1.0.RC1
Type

Type

pom

Download structr 1.0.RC1

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

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