License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.github.vzakharchenko |
ArtifactId | ArtifactIdtinyradius-netty |
Last Version | Last Version1.1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontinyradius-netty
TinyRadius is a simple, small and fast Java Radius library capable of sending and receiving Radius packets of all types.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tinyradius-netty-1.1.4.1.pom | |
tinyradius-netty-1.1.4.1.jar | 75 KB |
tinyradius-netty-1.1.4.1-tests.jar | 69 KB |
tinyradius-netty-1.1.4.1-sources.jar | 45 KB |
tinyradius-netty-1.1.4.1-javadoc.jar | 552 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vzakharchenko/tinyradius-netty/ -->
<dependency>
<groupId>com.github.vzakharchenko</groupId>
<artifactId>tinyradius-netty</artifactId>
<version>1.1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vzakharchenko/tinyradius-netty/
implementation 'com.github.vzakharchenko:tinyradius-netty:1.1.4.1'
// https://jarcasting.com/artifacts/com.github.vzakharchenko/tinyradius-netty/
implementation ("com.github.vzakharchenko:tinyradius-netty:1.1.4.1")
'com.github.vzakharchenko:tinyradius-netty:jar:1.1.4.1'
<dependency org="com.github.vzakharchenko" name="tinyradius-netty" rev="1.1.4.1">
<artifact name="tinyradius-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vzakharchenko', module='tinyradius-netty', version='1.1.4.1')
)
libraryDependencies += "com.github.vzakharchenko" % "tinyradius-netty" % "1.1.4.1"
[com.github.vzakharchenko/tinyradius-netty "1.1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
io.netty : netty-all | jar | 4.1.44.Final |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
org.mockito : mockito-junit-jupiter | jar | 3.2.4 |
net.jradius : jradius-core | jar | 1.1.5 |