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