s

simple-jndi

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.
https://github.com/h-thurow/Simple-JNDI
Henri Yandell Robert M. Zigweid Holger Thurow
文件下载
文件名 操作
simple-jndi-0.17.0.jar 下载
simple-jndi-0.17.0.pom 下载
simple-jndi-0.17.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.h-thurow</groupId>
  <artifactId>simple-jndi</artifactId>
  <version>0.17.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.h-thurow:simple-jndi:0.17.0'
Gradle Kotlin
implementation("com.github.h-thurow:simple-jndi:0.17.0")
Scala SBT
libraryDependencies += "com.github.h-thurow" % "simple-jndi" % "0.17.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.h-thurow', module='simple-jndi', version='0.17.0')
)
Apache Ivy
<dependency org="com.github.h-thurow" name="simple-jndi" rev="0.17.0" />
Leiningen
[com.github.h-thurow/simple-jndi "0.17.0"]
Apache Buildr
'com.github.h-thurow:simple-jndi:jar:0.17.0'