Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyd committed Mar 11, 2024
1 parent 9e3ad1c commit 4fa76f1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,24 @@ Java library for building RADIUS clients and RADIUS servers.

* RADIUS client implementation
* RADIUS server implementation
* Standard RADIUS data types (`integer`, `text`, `string`, `concat`, `ipv4addr`, `vsa`)
* Standard RADIUS dictionary (packets, attributes)
* Standard RADIUS data types
* Standard RADIUS dictionary
* Custom dictionary support
* FreeRADIUS dictionary support
* Java 8+ support
* Java 9+ modules (JPMS)
* Apache-2.0 license

## Usage

### Client

Add `aaa4j-radius-client` dependency from [Maven Central](https://search.maven.org/artifact/org.aaa4j.radius/aaa4j-radius-client/0.1.0/jar):
Add `aaa4j-radius-client` dependency from [Maven Central](https://central.sonatype.com/artifact/org.aaa4j.radius/aaa4j-radius-client):

```xml
<dependency>
<groupId>org.aaa4j.radius</groupId>
<artifactId>aaa4j-radius-client</artifactId>
<version>0.1.0</version>
<version>0.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -87,13 +88,13 @@ public class Main {

### Server

Add `aaa4j-radius-server` dependency from [Maven Central](https://search.maven.org/artifact/org.aaa4j.radius/aaa4j-radius-server/0.1.0/jar):
Add `aaa4j-radius-server` dependency from [Maven Central](https://central.sonatype.com/artifact/org.aaa4j.radius/aaa4j-radius-server):

```xml
<dependency>
<groupId>org.aaa4j.radius</groupId>
<artifactId>aaa4j-radius-server</artifactId>
<version>0.1.0</version>
<version>0.3.0</version>
</dependency>
```

Expand Down

0 comments on commit 4fa76f1

Please sign in to comment.