Files download
File Operation
simplejndiutils-0.0.13.jar download
simplejndiutils-0.0.13.pom download
simplejndiutils-0.0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bradfordmiller</groupId>
  <artifactId>simplejndiutils</artifactId>
  <version>0.0.13</version>
</dependency>
Gradle Groovy
implementation 'org.bradfordmiller:simplejndiutils:0.0.13'
Gradle Kotlin
implementation("org.bradfordmiller:simplejndiutils:0.0.13")
Scala SBT
libraryDependencies += "org.bradfordmiller" % "simplejndiutils" % "0.0.13"
Groovy Grape
@Grapes(
  @Grab(group='org.bradfordmiller', module='simplejndiutils', version='0.0.13')
)
Apache Ivy
<dependency org="org.bradfordmiller" name="simplejndiutils" rev="0.0.13" />
Leiningen
[org.bradfordmiller/simplejndiutils "0.0.13"]
Apache Buildr
'org.bradfordmiller:simplejndiutils:jar:0.0.13'