License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.exadel.security |
ArtifactId | ArtifactIdabac-annotation-processing |
Version | Version1.3 |
Type | Typejar |
Description |
DescriptionActivity Based Security Framework
|
<!-- https://jarcasting.com/artifacts/com.exadel.security/abac-annotation-processing/ -->
<dependency>
<groupId>com.exadel.security</groupId>
<artifactId>abac-annotation-processing</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.exadel.security/abac-annotation-processing/
implementation 'com.exadel.security:abac-annotation-processing:1.3'
// https://jarcasting.com/artifacts/com.exadel.security/abac-annotation-processing/
implementation ("com.exadel.security:abac-annotation-processing:1.3")
'com.exadel.security:abac-annotation-processing:jar:1.3'
<dependency org="com.exadel.security" name="abac-annotation-processing" rev="1.3">
<artifact name="abac-annotation-processing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exadel.security', module='abac-annotation-processing', version='1.3')
)
libraryDependencies += "com.exadel.security" % "abac-annotation-processing" % "1.3"
[com.exadel.security/abac-annotation-processing "1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.exadel.security : abac-model | jar | 1.3 |
com.google.auto.service : auto-service | jar | 1.0-rc7 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.apache.commons : commons-collections4 | jar | 4.4 |
com.google.guava : guava | jar | 30.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 5.3.2 |