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