| License |
License |
|---|---|
| GroupId | GroupIdorg.structr |
| ArtifactId | ArtifactIdstructr-rest |
| Version | Version2.0.1 |
| Type | Typejar |
| Description |
DescriptionStructr REST
Structr is an open source framework based on the popular Neo4j graph database.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| structr-rest-2.0.1.pom | |
| structr-rest-2.0.1.jar | 211 KB |
| structr-rest-2.0.1-sources.jar | 136 KB |
| structr-rest-2.0.1-javadoc.jar | 561 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.structr/structr-rest/ -->
<dependency>
<groupId>org.structr</groupId>
<artifactId>structr-rest</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.structr/structr-rest/
implementation 'org.structr:structr-rest:2.0.1'
// https://jarcasting.com/artifacts/org.structr/structr-rest/
implementation ("org.structr:structr-rest:2.0.1")
'org.structr:structr-rest:jar:2.0.1'
<dependency org="org.structr" name="structr-rest" rev="2.0.1">
<artifact name="structr-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.structr', module='structr-rest', version='2.0.1')
)
libraryDependencies += "org.structr" % "structr-rest" % "2.0.1"
[org.structr/structr-rest "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.structr : structr-core | jar | 2.0.1 |
| ch.qos.logback : logback-access | jar | 1.1.2 |
| org.eclipse.jetty : jetty-server | jar | 9.2.9.v20150224 |
| org.eclipse.jetty : jetty-servlets | jar | 9.2.9.v20150224 |
| org.eclipse.jetty : jetty-runner | jar | 9.2.9.v20150224 |
| org.tuckey : urlrewritefilter | jar | 4.0.4 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.jayway.restassured : rest-assured Optional | jar | 2.7.0 |