Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.redhat.lightblue.applications |
ArtifactId | ArtifactIddata-mgmt |
Version | Version0.9.0 |
Type | Typewar |
Filename | Size |
---|---|
data-mgmt-0.9.0.pom | |
data-mgmt-0.9.0.war | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.applications/data-mgmt/ -->
<dependency>
<groupId>com.redhat.lightblue.applications</groupId>
<artifactId>data-mgmt</artifactId>
<version>0.9.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.applications/data-mgmt/
implementation 'com.redhat.lightblue.applications:data-mgmt:0.9.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.applications/data-mgmt/
implementation ("com.redhat.lightblue.applications:data-mgmt:0.9.0")
'com.redhat.lightblue.applications:data-mgmt:war:0.9.0'
<dependency org="com.redhat.lightblue.applications" name="data-mgmt" rev="0.9.0">
<artifact name="data-mgmt" type="war" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.applications', module='data-mgmt', version='0.9.0')
)
libraryDependencies += "com.redhat.lightblue.applications" % "data-mgmt" % "0.9.0"
[com.redhat.lightblue.applications/data-mgmt "0.9.0"]