is not current version
Last Version 2.0.1

org.structr:structr-ui 2.0.0

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

GroupId

GroupId

org.structr
ArtifactId

ArtifactId

structr-ui
Version

Version

2.0.0
Type

Type

jar

Download structr-ui 2.0.0


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