is not current version
Last Version 2.0.1

org.structr:structr-core 1.0.RC3

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

GroupId

GroupId

org.structr
ArtifactId

ArtifactId

structr-core
Version

Version

1.0.RC3
Type

Type

jar

Download structr-core 1.0.RC3


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