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