Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.scaleset |
ArtifactId | ArtifactIdcloudformation-builder |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.scaleset/cloudformation-builder/ -->
<dependency>
<groupId>com.scaleset</groupId>
<artifactId>cloudformation-builder</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scaleset/cloudformation-builder/
implementation 'com.scaleset:cloudformation-builder:0.1.0'
// https://jarcasting.com/artifacts/com.scaleset/cloudformation-builder/
implementation ("com.scaleset:cloudformation-builder:0.1.0")
'com.scaleset:cloudformation-builder:jar:0.1.0'
<dependency org="com.scaleset" name="cloudformation-builder" rev="0.1.0">
<artifact name="cloudformation-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scaleset', module='cloudformation-builder', version='0.1.0')
)
libraryDependencies += "com.scaleset" % "cloudformation-builder" % "0.1.0"
[com.scaleset/cloudformation-builder "0.1.0"]