GroupId | GroupIdorg.structr |
---|---|
ArtifactId | ArtifactIdstructr-rest |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
structr-rest-0.9.0.pom | |
structr-rest-0.9.0.jar | 149 KB |
structr-rest-0.9.0-sources.jar | 107 KB |
structr-rest-0.9.0-javadoc.jar | 466 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.structr/structr-rest/ -->
<dependency>
<groupId>org.structr</groupId>
<artifactId>structr-rest</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.structr/structr-rest/
implementation 'org.structr:structr-rest:0.9.0'
// https://jarcasting.com/artifacts/org.structr/structr-rest/
implementation ("org.structr:structr-rest:0.9.0")
'org.structr:structr-rest:jar:0.9.0'
<dependency org="org.structr" name="structr-rest" rev="0.9.0">
<artifact name="structr-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.structr', module='structr-rest', version='0.9.0')
)
libraryDependencies += "org.structr" % "structr-rest" % "0.9.0"
[org.structr/structr-rest "0.9.0"]