a

apache-flex-sdk-converter

The Mavenizer tool is used to convert the Apache and Adobe Flex SDKs and Air SDKs into Maven artifacts. Automatically creating the Directories, pom-files, copying and moving the resources to the correct destinations. These artifacts can be used in Maven builds using the Flexmojos plugin (Starting with version 6.x). The Apache Flex SDK Converter comes with all the means to download, convert and deploy a mavenized form of an Apache Flex SDK.
https://github.com/velo/flex-utilities/tree/develop/flex-maven-tools/flex-sdk-converter
The Apache License, Version 2.0
Marvin Froeder
Files download
File Operation
apache-flex-sdk-converter-151126.jar download
apache-flex-sdk-converter-151126.pom download
apache-flex-sdk-converter-151126-sources.jar download
Apache Maven
<dependency>
  <groupId>com.marvinformatics.flex</groupId>
  <artifactId>apache-flex-sdk-converter</artifactId>
  <version>151126</version>
</dependency>
Gradle Groovy
implementation 'com.marvinformatics.flex:apache-flex-sdk-converter:151126'
Gradle Kotlin
implementation("com.marvinformatics.flex:apache-flex-sdk-converter:151126")
Scala SBT
libraryDependencies += "com.marvinformatics.flex" % "apache-flex-sdk-converter" % "151126"
Groovy Grape
@Grapes(
  @Grab(group='com.marvinformatics.flex', module='apache-flex-sdk-converter', version='151126')
)
Apache Ivy
<dependency org="com.marvinformatics.flex" name="apache-flex-sdk-converter" rev="151126" />
Leiningen
[com.marvinformatics.flex/apache-flex-sdk-converter "151126"]
Apache Buildr
'com.marvinformatics.flex:apache-flex-sdk-converter:jar:151126'
Dependencies
The project has no third-party dependencies