s

simple-jndi

A simple implementation of JNDI. It is entirely memory based, so no server instances are started. 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 by .properties files, XML files or Windows-style .ini files.
https://github.com/h-thurow/Simple-JNDI
Henri Yandell Robert M. Zigweid
Files download
File Operation
simple-jndi-0.14.0.jar download
simple-jndi-0.14.0.pom download
simple-jndi-0.14.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.h-thurow</groupId>
  <artifactId>simple-jndi</artifactId>
  <version>0.14.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.h-thurow:simple-jndi:0.14.0'
Gradle Kotlin
implementation("com.github.h-thurow:simple-jndi:0.14.0")
Scala SBT
libraryDependencies += "com.github.h-thurow" % "simple-jndi" % "0.14.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.h-thurow', module='simple-jndi', version='0.14.0')
)
Apache Ivy
<dependency org="com.github.h-thurow" name="simple-jndi" rev="0.14.0" />
Leiningen
[com.github.h-thurow/simple-jndi "0.14.0"]
Apache Buildr
'com.github.h-thurow:simple-jndi:jar:0.14.0'