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