MVN

com.marvinformatics.flex : apache-flex-sdk-converter

Maven & Gradle

Nov 26, 2015
0 stars

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.

<dependency>
    <groupId>com.marvinformatics.flex</groupId>
    <artifactId>apache-flex-sdk-converter</artifactId>
    <version>151126</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marvinformatics.flex : apache-flex-sdk-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 151126

All Versions

Choose a version of com.marvinformatics.flex : apache-flex-sdk-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
151126
apache-flex-sdk-converter-151126

How to add a dependency to Maven

Add the following com.marvinformatics.flex : apache-flex-sdk-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.marvinformatics.flex</groupId>
    <artifactId>apache-flex-sdk-converter</artifactId>
    <version>151126</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.marvinformatics.flex : apache-flex-sdk-converter gradle dependency to your build.gradle file:

implementation 'com.marvinformatics.flex:apache-flex-sdk-converter:151126'

Gradle Kotlin DSL: Add the following com.marvinformatics.flex : apache-flex-sdk-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.marvinformatics.flex:apache-flex-sdk-converter:151126")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.marvinformatics.flex : apache-flex-sdk-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.marvinformatics.flex" % "apache-flex-sdk-converter" % "151126"

Advertisement