Last Version

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

An in-memory implementation of JNDI, so no server instances are started. A java.util.Properties object, 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 programmatically or declarative in .properties, .xml or .ini files.

License

License

https://raw.githubusercontent.com/h-thurow/Simple-JNDI/master/LICENSE.txt
GroupId

GroupId

com.github.h-thurow
ArtifactId

ArtifactId

simple-jndi
Version

Version

0.23.0
Type

Type

jar
Description

Description

com.github.h-thurow:simple-jndi
An in-memory implementation of JNDI, so no server instances are started. A java.util.Properties object, 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 programmatically or declarative in .properties, .xml or .ini files.
Project URL

Project URL

https://github.com/h-thurow/Simple-JNDI
Source Code Management

Source Code Management

https://github.com/h-thurow/Simple-JNDI

Download simple-jndi 0.23.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
commons-io : commons-io jar 2.5
org.jetbrains : annotations jar 13.0
commons-lang : commons-lang jar 2.6

provided (1)

Group / Artifact Type Version
commons-dbcp : commons-dbcp jar 1.4

test (15)

Group / Artifact Type Version
org.apache.commons : commons-dbcp2 jar 2.1.1
junit : junit jar 4.12
com.googlecode.cedar-common : cpsuite jar 1.2.6
ch.qos.logback : logback-classic jar 1.1.7
commons-configuration : commons-configuration jar 1.10
org.springframework : spring-context jar 4.2.5.RELEASE
org.springframework : spring-test jar 4.2.5.RELEASE
com.zaxxer : HikariCP-java7 jar 2.4.12
org.hsqldb : hsqldb jar 2.3.5
com.github.stefanbirkner : system-rules jar 1.19.0
org.eclipse.persistence : eclipselink jar 2.7.6
org.ops4j.pax.exam : pax-exam-container-native jar 4.13.1
org.ops4j.pax.exam : pax-exam-link-mvn jar 4.13.1
org.ops4j.pax.exam : pax-exam-junit4 jar 4.13.1
org.eclipse.platform : org.eclipse.osgi jar 3.13.0

Project Modules

There are no modules declared in this project.