MVN

com.exadel.security : abac-aspect

Maven & Gradle

Dec 27, 2020
1 usages
16 stars
<dependency>
    <groupId>com.exadel.security</groupId>
    <artifactId>abac-aspect</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exadel.security : abac-aspect to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3
  • Latest Release Candidate: 1.0-RC3

All Versions

Choose a version of com.exadel.security : abac-aspect to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
abac-aspect-1.3
1.1
abac-aspect-1.1
1.0
abac-aspect-1.0-RC3
abac-aspect-1.0-RC2
abac-aspect-1.0-RC1

How to add a dependency to Maven

Add the following com.exadel.security : abac-aspect maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.exadel.security</groupId>
    <artifactId>abac-aspect</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exadel.security : abac-aspect gradle dependency to your build.gradle file:

implementation 'com.exadel.security:abac-aspect:1.3'

Gradle Kotlin DSL: Add the following com.exadel.security : abac-aspect gradle kotlin dependency to your build.gradle.kts file:

implementation("com.exadel.security:abac-aspect:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exadel.security : abac-aspect sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exadel.security" % "abac-aspect" % "1.3"

Advertisement