MVN

org.gvnix : org.gvnix.flex.addon

Maven & Gradle

Feb 26, 2015

gvNIX - Addon - Flex · Generation of Spring based RIAs with Flex

<dependency>
    <groupId>org.gvnix</groupId>
    <artifactId>org.gvnix.flex.addon</artifactId>
    <version>1.4.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.gvnix : org.gvnix.flex.addon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1.RELEASE

All Versions

Choose a version of org.gvnix : org.gvnix.flex.addon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
org.gvnix.flex.addon-1.4.1.RELEASE

How to add a dependency to Maven

Add the following org.gvnix : org.gvnix.flex.addon maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.gvnix</groupId>
    <artifactId>org.gvnix.flex.addon</artifactId>
    <version>1.4.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.gvnix : org.gvnix.flex.addon gradle dependency to your build.gradle file:

implementation 'org.gvnix:org.gvnix.flex.addon:1.4.1.RELEASE'

Gradle Kotlin DSL: Add the following org.gvnix : org.gvnix.flex.addon gradle kotlin dependency to your build.gradle.kts file:

implementation("org.gvnix:org.gvnix.flex.addon:1.4.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.gvnix : org.gvnix.flex.addon sbt scala dependency to your build.sbt file:

libraryDependencies += "org.gvnix" % "org.gvnix.flex.addon" % "1.4.1.RELEASE"