MVN

io.bitbucket.supportomateinc.aop : jboss-aop

Maven & Gradle

Mar 10, 2022

JBoss AOP Framework · JBoss AOP Framework

<dependency>
    <groupId>io.bitbucket.supportomateinc.aop</groupId>
    <artifactId>jboss-aop</artifactId>
    <version>2.2.3.GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitbucket.supportomateinc.aop : jboss-aop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3.GA

All Versions

Choose a version of io.bitbucket.supportomateinc.aop : jboss-aop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jboss-aop-2.2.3.GA
jboss-aop-2.2.2.GA

How to add a dependency to Maven

Add the following io.bitbucket.supportomateinc.aop : jboss-aop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bitbucket.supportomateinc.aop</groupId>
    <artifactId>jboss-aop</artifactId>
    <version>2.2.3.GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitbucket.supportomateinc.aop : jboss-aop gradle dependency to your build.gradle file:

implementation 'io.bitbucket.supportomateinc.aop:jboss-aop:2.2.3.GA'

Gradle Kotlin DSL: Add the following io.bitbucket.supportomateinc.aop : jboss-aop gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bitbucket.supportomateinc.aop:jboss-aop:2.2.3.GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitbucket.supportomateinc.aop : jboss-aop sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitbucket.supportomateinc.aop" % "jboss-aop" % "2.2.3.GA"