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