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