is not current version
Last Version 1.10.0

org.osgl:aaa-core 1.1.1

A simple authentication/authorization/accounting library

GroupId

GroupId

org.osgl
ArtifactId

ArtifactId

aaa-core
Version

Version

1.1.1
Type

Type

jar

Download aaa-core 1.1.1


<!-- https://jarcasting.com/artifacts/org.osgl/aaa-core/ -->
<dependency>
    <groupId>org.osgl</groupId>
    <artifactId>aaa-core</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/aaa-core/
implementation 'org.osgl:aaa-core:1.1.1'
// https://jarcasting.com/artifacts/org.osgl/aaa-core/
implementation ("org.osgl:aaa-core:1.1.1")
'org.osgl:aaa-core:jar:1.1.1'
<dependency org="org.osgl" name="aaa-core" rev="1.1.1">
  <artifact name="aaa-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='aaa-core', version='1.1.1')
)
libraryDependencies += "org.osgl" % "aaa-core" % "1.1.1"
[org.osgl/aaa-core "1.1.1"]