GroupId | GroupIdorg.usergrid |
---|---|
ArtifactId | ArtifactIdusergrid-rest |
Version | Version0.0.27 |
Type | Typewar |
Filename | Size |
---|---|
usergrid-rest-0.0.27.pom | |
usergrid-rest-0.0.27.war | 42 MB |
usergrid-rest-0.0.27-tests.jar | 146 KB |
usergrid-rest-0.0.27-sources.jar | 117 KB |
usergrid-rest-0.0.27-javadoc.jar | 529 KB |
usergrid-rest-0.0.27-compiled-jsp.jar | 152 KB |
usergrid-rest-0.0.27-classes.jar | 269 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.usergrid/usergrid-rest/ -->
<dependency>
<groupId>org.usergrid</groupId>
<artifactId>usergrid-rest</artifactId>
<version>0.0.27</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.usergrid/usergrid-rest/
implementation 'org.usergrid:usergrid-rest:0.0.27'
// https://jarcasting.com/artifacts/org.usergrid/usergrid-rest/
implementation ("org.usergrid:usergrid-rest:0.0.27")
'org.usergrid:usergrid-rest:war:0.0.27'
<dependency org="org.usergrid" name="usergrid-rest" rev="0.0.27">
<artifact name="usergrid-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.usergrid', module='usergrid-rest', version='0.0.27')
)
libraryDependencies += "org.usergrid" % "usergrid-rest" % "0.0.27"
[org.usergrid/usergrid-rest "0.0.27"]