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