MVN

com.nexitia.emaginplatform : emagin-jfxplatform-components

Maven & Gradle

Jan 23, 2019
5 usages

Emagin jfx platform components · Emagin jfx platform components

<dependency>
    <groupId>com.nexitia.emaginplatform</groupId>
    <artifactId>emagin-jfxplatform-components</artifactId>
    <version>11.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nexitia.emaginplatform : emagin-jfxplatform-components to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0.3

All Versions

Choose a version of com.nexitia.emaginplatform : emagin-jfxplatform-components to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0.x
emagin-jfxplatform-components-11.0.3
emagin-jfxplatform-components-11.0.2

How to add a dependency to Maven

Add the following com.nexitia.emaginplatform : emagin-jfxplatform-components maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nexitia.emaginplatform</groupId>
    <artifactId>emagin-jfxplatform-components</artifactId>
    <version>11.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nexitia.emaginplatform : emagin-jfxplatform-components gradle dependency to your build.gradle file:

implementation 'com.nexitia.emaginplatform:emagin-jfxplatform-components:11.0.3'

Gradle Kotlin DSL: Add the following com.nexitia.emaginplatform : emagin-jfxplatform-components gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nexitia.emaginplatform:emagin-jfxplatform-components:11.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nexitia.emaginplatform : emagin-jfxplatform-components sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nexitia.emaginplatform" % "emagin-jfxplatform-components" % "11.0.3"

Advertisement