Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.redhat.lightblue.mongo |
ArtifactId | ArtifactIdmongo-config |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
mongo-config-1.1.0.pom | |
mongo-config-1.1.0.jar | 13 KB |
mongo-config-1.1.0-sources.jar | 8 KB |
mongo-config-1.1.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue.mongo/mongo-config/ -->
<dependency>
<groupId>com.redhat.lightblue.mongo</groupId>
<artifactId>mongo-config</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue.mongo/mongo-config/
implementation 'com.redhat.lightblue.mongo:mongo-config:1.1.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue.mongo/mongo-config/
implementation ("com.redhat.lightblue.mongo:mongo-config:1.1.0")
'com.redhat.lightblue.mongo:mongo-config:jar:1.1.0'
<dependency org="com.redhat.lightblue.mongo" name="mongo-config" rev="1.1.0">
<artifact name="mongo-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue.mongo', module='mongo-config', version='1.1.0')
)
libraryDependencies += "com.redhat.lightblue.mongo" % "mongo-config" % "1.1.0"
[com.redhat.lightblue.mongo/mongo-config "1.1.0"]