MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.aopalliance

Maven & Gradle

Jan 27, 2012
59 usages

Apache ServiceMix :: Bundles :: aopalliance · This OSGi bundle wraps aopalliance 1.0 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
    <version>1.0_6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.aopalliance to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0_6

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.aopalliance to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0_6
org.apache.servicemix.bundles.aopalliance-1.0_6
1.0_5
org.apache.servicemix.bundles.aopalliance-1.0_5
1.0_4
org.apache.servicemix.bundles.aopalliance-1.0_4
1.0_3
org.apache.servicemix.bundles.aopalliance-1.0_3
1.0_1
org.apache.servicemix.bundles.aopalliance-1.0_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.aopalliance maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
    <version>1.0_6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.aopalliance gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.aopalliance:1.0_6'

Gradle Kotlin DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.aopalliance gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.aopalliance:1.0_6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.aopalliance sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.aopalliance" % "1.0_6"