s

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 or XML files, so it is easy to use and simple to understand. The .properties/.xml files may be either on the file system or in the classpath.
http://www.osjava.org/simple-jndi/
OSJava
Henri Yandell Robert M. Zigweid
Files download
File Operation
simple-jndi-0.11.4.1.jar download
simple-jndi-0.11.4.1.pom download
simple-jndi-0.11.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>simple-jndi</groupId>
  <artifactId>simple-jndi</artifactId>
  <version>0.11.4.1</version>
</dependency>
Gradle Groovy
implementation 'simple-jndi:simple-jndi:0.11.4.1'
Gradle Kotlin
implementation("simple-jndi:simple-jndi:0.11.4.1")
Scala SBT
libraryDependencies += "simple-jndi" % "simple-jndi" % "0.11.4.1"
Groovy Grape
@Grapes(
  @Grab(group='simple-jndi', module='simple-jndi', version='0.11.4.1')
)
Apache Ivy
<dependency org="simple-jndi" name="simple-jndi" rev="0.11.4.1" />
Leiningen
[simple-jndi/simple-jndi "0.11.4.1"]
Apache Buildr
'simple-jndi:simple-jndi:jar:0.11.4.1'