Categories |
CategoriesMongoDB Data Databases ORM |
---|---|
GroupId | GroupIdio.github.cdklabs.cdk_cloudformation |
ArtifactId | ArtifactIdmongodb-atlas-cluster |
Version | Version1.0.0-alpha.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/mongodb-atlas-cluster/ -->
<dependency>
<groupId>io.github.cdklabs.cdk_cloudformation</groupId>
<artifactId>mongodb-atlas-cluster</artifactId>
<version>1.0.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/mongodb-atlas-cluster/
implementation 'io.github.cdklabs.cdk_cloudformation:mongodb-atlas-cluster:1.0.0-alpha.1'
// https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/mongodb-atlas-cluster/
implementation ("io.github.cdklabs.cdk_cloudformation:mongodb-atlas-cluster:1.0.0-alpha.1")
'io.github.cdklabs.cdk_cloudformation:mongodb-atlas-cluster:jar:1.0.0-alpha.1'
<dependency org="io.github.cdklabs.cdk_cloudformation" name="mongodb-atlas-cluster" rev="1.0.0-alpha.1">
<artifact name="mongodb-atlas-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdklabs.cdk_cloudformation', module='mongodb-atlas-cluster', version='1.0.0-alpha.1')
)
libraryDependencies += "io.github.cdklabs.cdk_cloudformation" % "mongodb-atlas-cluster" % "1.0.0-alpha.1"
[io.github.cdklabs.cdk_cloudformation/mongodb-atlas-cluster "1.0.0-alpha.1"]