MVN

org.apache.tomee.bom : tomee-microprofile

Maven & Gradle

Jun 06, 2023

TomEE :: BOMs :: TomEE MicroProfile

<dependency>
    <groupId>org.apache.tomee.bom</groupId>
    <artifactId>tomee-microprofile</artifactId>
    <version>9.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tomee.bom : tomee-microprofile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.0
  • Latest Release Candidate: 9.0.0.RC1

All Versions

Choose a version of org.apache.tomee.bom : tomee-microprofile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
tomee-microprofile-9.1.0
9.0.x
tomee-microprofile-9.0.0
tomee-microprofile-9.0.0.RC1
tomee-microprofile-9.0.0-M8
8.0.x
tomee-microprofile-8.0.15
tomee-microprofile-8.0.14
tomee-microprofile-8.0.13
tomee-microprofile-8.0.12
tomee-microprofile-8.0.11
tomee-microprofile-8.0.10
tomee-microprofile-8.0.9
tomee-microprofile-8.0.8
tomee-microprofile-8.0.7
tomee-microprofile-8.0.6
tomee-microprofile-8.0.5
tomee-microprofile-8.0.4
tomee-microprofile-8.0.3
tomee-microprofile-8.0.2
tomee-microprofile-8.0.1

How to add a dependency to Maven

Add the following org.apache.tomee.bom : tomee-microprofile maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.tomee.bom</groupId>
    <artifactId>tomee-microprofile</artifactId>
    <version>9.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.tomee.bom : tomee-microprofile gradle dependency to your build.gradle file:

implementation 'org.apache.tomee.bom:tomee-microprofile:9.1.0'

Gradle Kotlin DSL: Add the following org.apache.tomee.bom : tomee-microprofile gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.tomee.bom:tomee-microprofile:9.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.tomee.bom : tomee-microprofile sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.tomee.bom" % "tomee-microprofile" % "9.1.0"