j

jndi

Builds the Joram jndi project.
Files download
File Operation
jndi-5.3.3.53.pom download
Apache Maven
<dependency>
  <groupId>org.objectweb.joram</groupId>
  <artifactId>jndi</artifactId>
  <version>5.3.3.53</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.objectweb.joram:jndi:5.3.3.53'
Gradle Kotlin
implementation("org.objectweb.joram:jndi:5.3.3.53")
Scala SBT
libraryDependencies += "org.objectweb.joram" % "jndi" % "5.3.3.53"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.joram', module='jndi', version='5.3.3.53')
)
Apache Ivy
<dependency org="org.objectweb.joram" name="jndi" rev="5.3.3.53" />
Leiningen
[org.objectweb.joram/jndi "5.3.3.53"]
Apache Buildr
'org.objectweb.joram:jndi:jar:5.3.3.53'