is not current version
Last Version 0.23.0

com.github.h-thurow:simple-jndi 0.16.0

An in-memory implementation of JNDI, 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.

GroupId

GroupId

com.github.h-thurow
ArtifactId

ArtifactId

simple-jndi
Version

Version

0.16.0
Type

Type

jar

Download simple-jndi 0.16.0


<!-- https://jarcasting.com/artifacts/com.github.h-thurow/simple-jndi/ -->
<dependency>
    <groupId>com.github.h-thurow</groupId>
    <artifactId>simple-jndi</artifactId>
    <version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.h-thurow/simple-jndi/
implementation 'com.github.h-thurow:simple-jndi:0.16.0'
// https://jarcasting.com/artifacts/com.github.h-thurow/simple-jndi/
implementation ("com.github.h-thurow:simple-jndi:0.16.0")
'com.github.h-thurow:simple-jndi:jar:0.16.0'
<dependency org="com.github.h-thurow" name="simple-jndi" rev="0.16.0">
  <artifact name="simple-jndi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.h-thurow', module='simple-jndi', version='0.16.0')
)
libraryDependencies += "com.github.h-thurow" % "simple-jndi" % "0.16.0"
[com.github.h-thurow/simple-jndi "0.16.0"]