| License | License | 
|---|---|
| GroupId | GroupIdorg.actframework | 
| ArtifactId | ArtifactIdact-aaa | 
| Last Version | Last Version1.10.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionACT AAA Plugin Provides Authentication/Authorization/Accounting service for Actframework based on osgl-aaa | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| act-aaa-1.10.1.pom | |
| act-aaa-1.10.1.jar | 92 KB | 
| act-aaa-1.10.1-sources.jar | 55 KB | 
| act-aaa-1.10.1-javadoc.jar | 386 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.actframework/act-aaa/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-aaa</artifactId>
    <version>1.10.1</version>
</dependency>// https://jarcasting.com/artifacts/org.actframework/act-aaa/
implementation 'org.actframework:act-aaa:1.10.1'// https://jarcasting.com/artifacts/org.actframework/act-aaa/
implementation ("org.actframework:act-aaa:1.10.1")'org.actframework:act-aaa:jar:1.10.1'<dependency org="org.actframework" name="act-aaa" rev="1.10.1">
  <artifact name="act-aaa" type="jar" />
</dependency>@Grapes(
@Grab(group='org.actframework', module='act-aaa', version='1.10.1')
)libraryDependencies += "org.actframework" % "act-aaa" % "1.10.1"[org.actframework/act-aaa "1.10.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.osgl : aaa-core | jar | 1.10.0 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 | 
| org.actframework : act | jar | 1.9.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 2.9.0 | 
| org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |