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