MVN

eu.mihosoft.appx.appx : appx-dist

Maven & Gradle

Oct 19, 2017
0 stars

appx-dist · Precompiled Appx distribution for Java projects and VRL plugins

<dependency>
    <groupId>eu.mihosoft.appx.appx</groupId>
    <artifactId>appx-dist</artifactId>
    <version>2017.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.mihosoft.appx.appx : appx-dist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2017.1.0

All Versions

Choose a version of eu.mihosoft.appx.appx : appx-dist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2017.1.x
appx-dist-2017.1.0

How to add a dependency to Maven

Add the following eu.mihosoft.appx.appx : appx-dist maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.mihosoft.appx.appx</groupId>
    <artifactId>appx-dist</artifactId>
    <version>2017.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.mihosoft.appx.appx : appx-dist gradle dependency to your build.gradle file:

implementation 'eu.mihosoft.appx.appx:appx-dist:2017.1.0'

Gradle Kotlin DSL: Add the following eu.mihosoft.appx.appx : appx-dist gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.mihosoft.appx.appx:appx-dist:2017.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.mihosoft.appx.appx : appx-dist sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.mihosoft.appx.appx" % "appx-dist" % "2017.1.0"

Advertisement