Last Version

simple-jndi 0.11.4.1

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.1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://www.osjava.org/simple-jndi/
Project Organization

Project Organization

OSJava

Download simple-jndi 0.11.4.1


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

Dependencies

compile (2)

Group / Artifact Type Version
commons-dbcp : commons-dbcp Optional jar 1.2.2
commons-pool : commons-pool Optional jar 1.3

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.