MVN

com.norconex.jef : norconex-jef-monitor

Maven & Gradle

Apr 26, 2017
4 stars

Norconex JEF Monitor · JEF Monitor is a standalone web-based application offering a glance view of all running jobs, with possibilities to perform actions on them.

<dependency>
    <groupId>com.norconex.jef</groupId>
    <artifactId>norconex-jef-monitor</artifactId>
    <version>4.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.norconex.jef : norconex-jef-monitor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.5

All Versions

Choose a version of com.norconex.jef : norconex-jef-monitor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
norconex-jef-monitor-4.0.5
norconex-jef-monitor-4.0.4
norconex-jef-monitor-4.0.3
norconex-jef-monitor-4.0.2
norconex-jef-monitor-4.0.1
norconex-jef-monitor-4.0.0

How to add a dependency to Maven

Add the following com.norconex.jef : norconex-jef-monitor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.norconex.jef</groupId>
    <artifactId>norconex-jef-monitor</artifactId>
    <version>4.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.norconex.jef : norconex-jef-monitor gradle dependency to your build.gradle file:

implementation 'com.norconex.jef:norconex-jef-monitor:4.0.5'

Gradle Kotlin DSL: Add the following com.norconex.jef : norconex-jef-monitor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.norconex.jef:norconex-jef-monitor:4.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.norconex.jef : norconex-jef-monitor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.norconex.jef" % "norconex-jef-monitor" % "4.0.5"

Advertisement