MVN

com.github.vzakharchenko : rad-sec-plugin

Maven & Gradle

Feb 24, 2023
157 stars

RadSec(Radius over TLS) plugin · Extension of Radius-plugin for working as RadSec Server.

<dependency>
    <groupId>com.github.vzakharchenko</groupId>
    <artifactId>rad-sec-plugin</artifactId>
    <version>1.4.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vzakharchenko : rad-sec-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.11

All Versions

Choose a version of com.github.vzakharchenko : rad-sec-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
rad-sec-plugin-1.4.11
rad-sec-plugin-1.4.10
rad-sec-plugin-1.4.8
rad-sec-plugin-1.4.7
rad-sec-plugin-1.4.6
rad-sec-plugin-1.4.5
rad-sec-plugin-1.4.4
rad-sec-plugin-1.4.3
rad-sec-plugin-1.4.2
rad-sec-plugin-1.4.1
rad-sec-plugin-1.4.0
1.3.x
rad-sec-plugin-1.3.19
rad-sec-plugin-1.3.18
rad-sec-plugin-1.3.17
rad-sec-plugin-1.3.16
rad-sec-plugin-1.3.15
rad-sec-plugin-1.3.14
rad-sec-plugin-1.3.13
rad-sec-plugin-1.3.12
rad-sec-plugin-1.3.11
rad-sec-plugin-1.3.10
rad-sec-plugin-1.3.9
rad-sec-plugin-1.3.8
rad-sec-plugin-1.3.7
rad-sec-plugin-1.3.6
rad-sec-plugin-1.3.5
rad-sec-plugin-1.3.4
rad-sec-plugin-1.3.3
rad-sec-plugin-1.3.2
rad-sec-plugin-1.3.1
rad-sec-plugin-1.3.0
1.2.x
rad-sec-plugin-1.2.9
rad-sec-plugin-1.2.6
rad-sec-plugin-1.2.5
rad-sec-plugin-1.2.4
rad-sec-plugin-1.2.3
rad-sec-plugin-1.2.2
rad-sec-plugin-1.2.0
1.1.x
rad-sec-plugin-1.1.0
1.0.x
rad-sec-plugin-1.0.2
rad-sec-plugin-1.0.1
rad-sec-plugin-1.0.0
0.1
rad-sec-plugin-0.1

How to add a dependency to Maven

Add the following com.github.vzakharchenko : rad-sec-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vzakharchenko</groupId>
    <artifactId>rad-sec-plugin</artifactId>
    <version>1.4.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vzakharchenko : rad-sec-plugin gradle dependency to your build.gradle file:

implementation 'com.github.vzakharchenko:rad-sec-plugin:1.4.11'

Gradle Kotlin DSL: Add the following com.github.vzakharchenko : rad-sec-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vzakharchenko:rad-sec-plugin:1.4.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vzakharchenko : rad-sec-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vzakharchenko" % "rad-sec-plugin" % "1.4.11"