MVN

com.norconex.jef : norconex-jef

Maven & Gradle

Oct 18, 2021
5 usages
4 stars

Norconex JEF · JEF is a Java API library meant to facilitate the lives of developers and integrators who have to build any kind of maintenance tasks on a server.

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

Latest Version

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

  • Latest Stable: 4.1.3

All Versions

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

Version Vulnerabilities Updated
5.0.x
norconex-jef-5.0.0-M1
4.1.x
norconex-jef-4.1.3
norconex-jef-4.1.2
norconex-jef-4.1.1
norconex-jef-4.1.0
4.0.x
norconex-jef-4.0.8
norconex-jef-4.0.7
norconex-jef-4.0.6
norconex-jef-4.0.5
norconex-jef-4.0.4
norconex-jef-4.0.3
norconex-jef-4.0.2
norconex-jef-4.0.1
norconex-jef-4.0.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.norconex.jef:norconex-jef:4.1.3'

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

implementation("com.norconex.jef:norconex-jef:4.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.norconex.jef" % "norconex-jef" % "4.1.3"

Advertisement