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