Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.redhat.lightblue.applications |
ArtifactId | ArtifactIdmetadata-mgmt |
Version | Version1.0.0 |
Type | Typewar |
Filename | Size |
---|---|
metadata-mgmt-1.0.0.pom | |
metadata-mgmt-1.0.0.war | 6 MB |
metadata-mgmt-1.0.0-sources.jar | 517 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.applications/metadata-mgmt/ -->
<dependency>
<groupId>com.redhat.lightblue.applications</groupId>
<artifactId>metadata-mgmt</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.applications/metadata-mgmt/
implementation 'com.redhat.lightblue.applications:metadata-mgmt:1.0.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.applications/metadata-mgmt/
implementation ("com.redhat.lightblue.applications:metadata-mgmt:1.0.0")
'com.redhat.lightblue.applications:metadata-mgmt:war:1.0.0'
<dependency org="com.redhat.lightblue.applications" name="metadata-mgmt" rev="1.0.0">
<artifact name="metadata-mgmt" type="war" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.applications', module='metadata-mgmt', version='1.0.0')
)
libraryDependencies += "com.redhat.lightblue.applications" % "metadata-mgmt" % "1.0.0"
[com.redhat.lightblue.applications/metadata-mgmt "1.0.0"]