MVN

com.nexitia.emaginplatform : emagin-jfxcore-demoapp

Maven & Gradle

Jan 23, 2019
1 usages

Emagin jfx core demoapp · Emagin jfx core demoapp

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

Latest Version

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

  • Latest Stable: 11.0.3

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nexitia.emaginplatform</groupId>
    <artifactId>emagin-jfxcore-demoapp</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-demoapp gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement