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