MVN

org.bradfordmiller : simplejndiutils

Maven & Gradle

Nov 17, 2021
2 usages
1 stars

simplejndiutils · Extra utilities for the simple-jndi library

<dependency>
    <groupId>org.bradfordmiller</groupId>
    <artifactId>simplejndiutils</artifactId>
    <version>0.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bradfordmiller : simplejndiutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.14

All Versions

Choose a version of org.bradfordmiller : simplejndiutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
simplejndiutils-0.0.14
simplejndiutils-0.0.13
simplejndiutils-0.0.12
simplejndiutils-0.0.11
simplejndiutils-0.0.10
simplejndiutils-0.0.8
simplejndiutils-0.0.7
simplejndiutils-0.0.6
simplejndiutils-0.0.5
simplejndiutils-0.0.4
simplejndiutils-0.0.3
simplejndiutils-0.0.2
simplejndiutils-0.0.1

How to add a dependency to Maven

Add the following org.bradfordmiller : simplejndiutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bradfordmiller</groupId>
    <artifactId>simplejndiutils</artifactId>
    <version>0.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bradfordmiller : simplejndiutils gradle dependency to your build.gradle file:

implementation 'org.bradfordmiller:simplejndiutils:0.0.14'

Gradle Kotlin DSL: Add the following org.bradfordmiller : simplejndiutils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bradfordmiller:simplejndiutils:0.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bradfordmiller : simplejndiutils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bradfordmiller" % "simplejndiutils" % "0.0.14"

Advertisement