t

troposphere-maven-plugin

This plugin makes use of Jython and 2 Pthyon modules (Boto and Troposphere) to allow for automated generation of AWS CloudFormation templates from a Python source file. This alleviates the need to maintain a large and possibly cumbersome JSON file by hand, and allows for proper commenting, modularization, etc.
https://github.com/Arvoreen/troposphere-maven-plugin
The Apache Software License, Version 2.0
Eduard Martinescu
Files download
File Operation
troposphere-maven-plugin-2.6.0.1.jar download
troposphere-maven-plugin-2.6.0.1.pom download
troposphere-maven-plugin-2.6.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azurenight.maven</groupId>
  <artifactId>troposphere-maven-plugin</artifactId>
  <version>2.6.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.azurenight.maven:troposphere-maven-plugin:2.6.0.1'
Gradle Kotlin
implementation("com.azurenight.maven:troposphere-maven-plugin:2.6.0.1")
Scala SBT
libraryDependencies += "com.azurenight.maven" % "troposphere-maven-plugin" % "2.6.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.azurenight.maven', module='troposphere-maven-plugin', version='2.6.0.1')
)
Apache Ivy
<dependency org="com.azurenight.maven" name="troposphere-maven-plugin" rev="2.6.0.1" />
Leiningen
[com.azurenight.maven/troposphere-maven-plugin "2.6.0.1"]
Apache Buildr
'com.azurenight.maven:troposphere-maven-plugin:jar:2.6.0.1'