MVN

org.openmdx : openmdx-radius

Maven & Gradle

Mar 31, 2023
16 stars

openmdx-radius · openMDX/Radius Library

<dependency>
    <groupId>org.openmdx</groupId>
    <artifactId>openmdx-radius</artifactId>
    <version>2.18.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openmdx : openmdx-radius to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.18.1

All Versions

Choose a version of org.openmdx : openmdx-radius to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.18.x
openmdx-radius-2.18.1
openmdx-radius-2.18.0
2.17.x
openmdx-radius-2.17.10
openmdx-radius-2.17.9
openmdx-radius-2.17.8
openmdx-radius-2.17.7
openmdx-radius-2.17.5
openmdx-radius-2.17.2
openmdx-radius-2.17.1
openmdx-radius-2.17.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openmdx</groupId>
    <artifactId>openmdx-radius</artifactId>
    <version>2.18.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openmdx : openmdx-radius gradle dependency to your build.gradle file:

implementation 'org.openmdx:openmdx-radius:2.18.1'

Gradle Kotlin DSL: Add the following org.openmdx : openmdx-radius gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openmdx:openmdx-radius:2.18.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openmdx : openmdx-radius sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openmdx" % "openmdx-radius" % "2.18.1"

Advertisement