MVN

org.apache.geronimo.config : geronimo-config

Maven & Gradle

Feb 24, 2022

Geronimo Microprofile Configuration

<dependency>
    <groupId>org.apache.geronimo.config</groupId>
    <artifactId>geronimo-config</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.config : geronimo-config to add to Maven - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of org.apache.geronimo.config : geronimo-config to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
geronimo-config-1.2.3
geronimo-config-1.2.2
geronimo-config-1.2.1
1.2
geronimo-config-1.2
1.1
geronimo-config-1.1
1.0
geronimo-config-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.geronimo.config</groupId>
    <artifactId>geronimo-config</artifactId>
    <version>1.2.3</version>
</dependency>

Advertisement