MVN

me.adaptive : adaptive-arp-fx-impl

Maven & Gradle

Jun 04, 2015
2 stars

AdaptiveMe Runtime Platform (ARP) Implementation for JavaFX · This is the AdaptiveMe Runtime Platform (ARP) Implementation for JavaFX platforms.

<dependency>
    <groupId>me.adaptive</groupId>
    <artifactId>adaptive-arp-fx-impl</artifactId>
    <version>2.2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.adaptive : adaptive-arp-fx-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.14

All Versions

Choose a version of me.adaptive : adaptive-arp-fx-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
adaptive-arp-fx-impl-2.2.14
adaptive-arp-fx-impl-2.2.13.1
adaptive-arp-fx-impl-2.2.13
adaptive-arp-fx-impl-2.2.12
adaptive-arp-fx-impl-2.2.0

How to add a dependency to Maven

Add the following me.adaptive : adaptive-arp-fx-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.adaptive</groupId>
    <artifactId>adaptive-arp-fx-impl</artifactId>
    <version>2.2.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.adaptive : adaptive-arp-fx-impl gradle dependency to your build.gradle file:

implementation 'me.adaptive:adaptive-arp-fx-impl:2.2.14'

Gradle Kotlin DSL: Add the following me.adaptive : adaptive-arp-fx-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("me.adaptive:adaptive-arp-fx-impl:2.2.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.adaptive : adaptive-arp-fx-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "me.adaptive" % "adaptive-arp-fx-impl" % "2.2.14"