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