MVN

com.nec.webotx : webotx-micro

Maven & Gradle

Jun 14, 2023

WebOTX MicroService Runtime · WebOTX MicroService Runtime POM

<dependency>
    <groupId>com.nec.webotx</groupId>
    <artifactId>webotx-micro</artifactId>
    <version>11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nec.webotx : webotx-micro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.1

All Versions

Choose a version of com.nec.webotx : webotx-micro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.1
webotx-micro-11.1
10.4
webotx-micro-10.4

How to add a dependency to Maven

Add the following com.nec.webotx : webotx-micro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nec.webotx</groupId>
    <artifactId>webotx-micro</artifactId>
    <version>11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nec.webotx : webotx-micro gradle dependency to your build.gradle file:

implementation 'com.nec.webotx:webotx-micro:11.1'

Gradle Kotlin DSL: Add the following com.nec.webotx : webotx-micro gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nec.webotx:webotx-micro:11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nec.webotx : webotx-micro sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nec.webotx" % "webotx-micro" % "11.1"