tinyradius-netty
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.globalreachtech</groupId> <artifactId>tinyradius-netty</artifactId> <version>2.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.globalreachtech</groupId> <artifactId>tinyradius-netty</artifactId> <version>2.2.0</version> <name>tinyradius-netty</name> <description>TinyRadius-Netty is a small Java Radius library</description> <url>https://github.com/globalreachtech/tinyradius-netty</url> <licenses> <license> <name>GNU Lesser General Public License, version 2.1</name> <url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url> </license> </licenses> <developers> <developer> <id>horaceli</id> <url>https://github.com/horaceli</url> </developer> <developer> <id>globalreachtech</id> <organizationUrl>https://www.globalreachtech.com/</organizationUrl> </developer> </developers> <scm> <url>https://github.com/globalreachtech/tinyradius-netty</url> </scm> <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>2.24.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-codec</artifactId> <version>4.1.119.Final</version> <scope>runtime</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>