aaa4j-radius-server

Used in: 0 components

Overview

Description

Java library for building RADIUS clients and RADIUS servers

Snippets

<dependency>
    <groupId>org.aaa4j.radius</groupId>
    <artifactId>aaa4j-radius-server</artifactId>
    <version>0.3.1</version>
</dependency>

Maven POM File

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>aaa4j-radius</artifactId>
        <groupId>org.aaa4j.radius</groupId>
        <version>0.3.1</version>
    </parent>
    <properties>
        <rootDir>${basedir}/..</rootDir>
    </properties>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>aaa4j-radius-server</artifactId>
    <name>AAA4J-RADIUS Server</name>
    <dependencies>
        <dependency>
            <groupId>org.aaa4j.radius</groupId>
            <artifactId>aaa4j-radius-core</artifactId>
            <version>0.3.1</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>