MVN

simple-jndi : simple-jndi

Maven & Gradle

Dec 06, 2005
71 usages

simple-jndi · A simple implementation of JNDI. It is entirely library based, so no server instances are started, and it sits upon Java .properties files, so it is easy to use and simple to understand. The .properties files may be either on the file system or in the classpath.

<dependency>
    <groupId>simple-jndi</groupId>
    <artifactId>simple-jndi</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of simple-jndi : simple-jndi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.4

All Versions

Choose a version of simple-jndi : simple-jndi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
simple-jndi-0.11.4
simple-jndi-0.11.4.1
simple-jndi-0.11.3
simple-jndi-0.11.2
simple-jndi-0.11.1
0.11
simple-jndi-0.11
0.10
simple-jndi-0.10
0.9
simple-jndi-0.9
0.9.x
simple-jndi-0.9.1
0.8
simple-jndi-0.8
0.8.x
simple-jndi-0.8.1
0.7
simple-jndi-0.7
simple-jndi-0.7-dev-1
0.6
simple-jndi-0.6
0.5
simple-jndi-0.5
0.4
simple-jndi-0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>simple-jndi</groupId>
    <artifactId>simple-jndi</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following simple-jndi : simple-jndi gradle dependency to your build.gradle file:

implementation 'simple-jndi:simple-jndi:0.4'

Gradle Kotlin DSL: Add the following simple-jndi : simple-jndi gradle kotlin dependency to your build.gradle.kts file:

implementation("simple-jndi:simple-jndi:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following simple-jndi : simple-jndi sbt scala dependency to your build.sbt file:

libraryDependencies += "simple-jndi" % "simple-jndi" % "0.4"

Advertisement