is not current version
Last Version 0.11.4.1

simple-jndi:simple-jndi 0.11.4

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.

GroupId

GroupId

simple-jndi
ArtifactId

ArtifactId

simple-jndi
Version

Version

0.11.4
Type

Type

jar

Download simple-jndi 0.11.4


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