MVN

com.nexitia.emaginplatform : emagin-core-utils

Maven & Gradle

Mar 13, 2019
19 usages

Emagin core utils · Emagin core utils

<dependency>
    <groupId>com.nexitia.emaginplatform</groupId>
    <artifactId>emagin-core-utils</artifactId>
    <version>11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 11.1

All Versions

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

Version Vulnerabilities Updated
11.1
emagin-core-utils-11.1
11.0.x
emagin-core-utils-11.0.8
emagin-core-utils-11.0.7
emagin-core-utils-11.0.6
emagin-core-utils-11.0.5
emagin-core-utils-11.0.4
emagin-core-utils-11.0.2
1.0
emagin-core-utils-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nexitia.emaginplatform</groupId>
    <artifactId>emagin-core-utils</artifactId>
    <version>11.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.nexitia.emaginplatform:emagin-core-utils:11.1'

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

implementation("com.nexitia.emaginplatform:emagin-core-utils:11.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.nexitia.emaginplatform" % "emagin-core-utils" % "11.1"

Advertisement