MVN

org.apache.tomee : tomee-microprofile

Maven & Gradle

Jun 06, 2023

TomEE :: TomEE :: MicroProfile

<dependency>
    <groupId>org.apache.tomee</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 : tomee-microprofile to add to Maven - Latest Versions:

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

All Versions

Choose a version of org.apache.tomee : tomee-microprofile to add to Maven - 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
tomee-microprofile-8.0.0
tomee-microprofile-8.0.0-M3
tomee-microprofile-8.0.0-M2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement