GroupId | GroupIdcom.redhat.lightblue |
---|---|
ArtifactId | ArtifactIdlightblue-core-crud |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
lightblue-core-crud-1.3.0.pom | |
lightblue-core-crud-1.3.0.jar | 219 KB |
lightblue-core-crud-1.3.0-sources.jar | 169 KB |
lightblue-core-crud-1.3.0-javadoc.jar | 666 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-crud/ -->
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-crud</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-crud/
implementation 'com.redhat.lightblue:lightblue-core-crud:1.3.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue/lightblue-core-crud/
implementation ("com.redhat.lightblue:lightblue-core-crud:1.3.0")
'com.redhat.lightblue:lightblue-core-crud:jar:1.3.0'
<dependency org="com.redhat.lightblue" name="lightblue-core-crud" rev="1.3.0">
<artifact name="lightblue-core-crud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue', module='lightblue-core-crud', version='1.3.0')
)
libraryDependencies += "com.redhat.lightblue" % "lightblue-core-crud" % "1.3.0"
[com.redhat.lightblue/lightblue-core-crud "1.3.0"]