MVN

com.github.h-thurow : simple-jndi

Maven & Gradle

Apr 26, 2020
15 usages
57 stars

com.github.h-thurow:simple-jndi · An in-memory implementation of JNDI, so no server instances are started. A java.util.Properties object, the structure of a root directory or a list of .property files serves as a model for the contexts structure. The contexts get populated with objects defined programmatically or declarative in .properties, .xml or .ini files.

<dependency>
    <groupId>com.github.h-thurow</groupId>
    <artifactId>simple-jndi</artifactId>
    <version>0.23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.h-thurow : simple-jndi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23.0

All Versions

Choose a version of com.github.h-thurow : simple-jndi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23.x
simple-jndi-0.23.0
0.22.x
simple-jndi-0.22.0
0.21.x
simple-jndi-0.21.0
0.20.x
simple-jndi-0.20.0
0.19.x
simple-jndi-0.19.0
0.18.x
simple-jndi-0.18.2
simple-jndi-0.18.1
simple-jndi-0.18.0
0.17.x
simple-jndi-0.17.2
simple-jndi-0.17.0
0.16.x
simple-jndi-0.16.0
0.15.x
simple-jndi-0.15.0
0.14.x
simple-jndi-0.14.0
0.13.x
simple-jndi-0.13.0
0.12.x
simple-jndi-0.12.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.h-thurow</groupId>
    <artifactId>simple-jndi</artifactId>
    <version>0.23.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.h-thurow:simple-jndi:0.23.0'

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

implementation("com.github.h-thurow:simple-jndi:0.23.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.h-thurow" % "simple-jndi" % "0.23.0"

Advertisement