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