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