GroupId | GroupIdcom.redhat.lightblue.rest |
---|---|
ArtifactId | ArtifactIdrest-crud |
Version | Version0.9.0 |
Type | Typewar |
Filename | Size |
---|---|
rest-crud-0.9.0.pom | |
rest-crud-0.9.0.war | 11 MB |
rest-crud-0.9.0-sources.jar | 13 KB |
rest-crud-0.9.0-javadoc.jar | 85 KB |
rest-crud-0.9.0-classes.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.rest/rest-crud/ -->
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>rest-crud</artifactId>
<version>0.9.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.rest/rest-crud/
implementation 'com.redhat.lightblue.rest:rest-crud:0.9.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.rest/rest-crud/
implementation ("com.redhat.lightblue.rest:rest-crud:0.9.0")
'com.redhat.lightblue.rest:rest-crud:war:0.9.0'
<dependency org="com.redhat.lightblue.rest" name="rest-crud" rev="0.9.0">
<artifact name="rest-crud" type="war" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.rest', module='rest-crud', version='0.9.0')
)
libraryDependencies += "com.redhat.lightblue.rest" % "rest-crud" % "0.9.0"
[com.redhat.lightblue.rest/rest-crud "0.9.0"]