Categories |
CategoriesKotlin Languages ORM Data |
---|---|
GroupId | GroupIdcom.typedpath |
ArtifactId | ArtifactIdcloudformation2kotlin |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typedpath/cloudformation2kotlin/ -->
<dependency>
<groupId>com.typedpath</groupId>
<artifactId>cloudformation2kotlin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.typedpath/cloudformation2kotlin/
implementation 'com.typedpath:cloudformation2kotlin:1.0.0'
// https://jarcasting.com/artifacts/com.typedpath/cloudformation2kotlin/
implementation ("com.typedpath:cloudformation2kotlin:1.0.0")
'com.typedpath:cloudformation2kotlin:jar:1.0.0'
<dependency org="com.typedpath" name="cloudformation2kotlin" rev="1.0.0">
<artifact name="cloudformation2kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typedpath', module='cloudformation2kotlin', version='1.0.0')
)
libraryDependencies += "com.typedpath" % "cloudformation2kotlin" % "1.0.0"
[com.typedpath/cloudformation2kotlin "1.0.0"]