MVN

com.nexitia.emaginplatform : emagin-jfxcore-engine

Maven & Gradle

Jan 23, 2019
11 usages

Emagin jfx core engine · Emagin jfx core engine

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

Latest Version

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

  • Latest Stable: 11.0.3

All Versions

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

Version Vulnerabilities Updated
11.0.x
emagin-jfxcore-engine-11.0.3
emagin-jfxcore-engine-11.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nexitia.emaginplatform</groupId>
    <artifactId>emagin-jfxcore-engine</artifactId>
    <version>11.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.nexitia.emaginplatform:emagin-jfxcore-engine:11.0.3'

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

implementation("com.nexitia.emaginplatform:emagin-jfxcore-engine:11.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.nexitia.emaginplatform" % "emagin-jfxcore-engine" % "11.0.3"

Advertisement