MVN

org.apache.openejb : mbean-annotation-api

Maven & Gradle

Sep 27, 2017
3 usages

OpenEJB :: Container :: MBean Annotation API

<dependency>
    <groupId>org.apache.openejb</groupId>
    <artifactId>mbean-annotation-api</artifactId>
    <version>4.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openejb : mbean-annotation-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.5
  • Latest Beta: 4.0.0-beta-2

All Versions

Choose a version of org.apache.openejb : mbean-annotation-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
mbean-annotation-api-4.7.5
mbean-annotation-api-4.7.4
mbean-annotation-api-4.7.3
mbean-annotation-api-4.7.2
mbean-annotation-api-4.7.1
mbean-annotation-api-4.7.0
4.6.x
mbean-annotation-api-4.6.0.2
mbean-annotation-api-4.6.0.1
mbean-annotation-api-4.6.0
4.5.x
mbean-annotation-api-4.5.2
mbean-annotation-api-4.5.1
mbean-annotation-api-4.5.0
4.0.x
mbean-annotation-api-4.0.0
mbean-annotation-api-4.0.0-beta-2
mbean-annotation-api-4.0.0-beta-1

How to add a dependency to Maven

Add the following org.apache.openejb : mbean-annotation-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.openejb</groupId>
    <artifactId>mbean-annotation-api</artifactId>
    <version>4.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.openejb : mbean-annotation-api gradle dependency to your build.gradle file:

implementation 'org.apache.openejb:mbean-annotation-api:4.7.5'

Gradle Kotlin DSL: Add the following org.apache.openejb : mbean-annotation-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.openejb:mbean-annotation-api:4.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.openejb : mbean-annotation-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.openejb" % "mbean-annotation-api" % "4.7.5"

Advertisement