<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>3.9.0</version>
</dependency>
@Grapes(
@Grab(group='io.smallrye.config', module='smallrye-config', version='3.9.0')
)
<parent> <groupId>io.smallrye.config</groupId> <artifactId>smallrye-config-parent</artifactId> <version>3.9.0</version> </parent>
compile
|-- io.smallrye.config:smallrye-config-core
|-- org.jboss.logging:jboss-logging
|-- org.jboss.logging:jboss-logging-annotations
|-- org.jboss.logging:jboss-logging-processor
|-- org.junit.jupiter:junit-jupiter
|-- org.jboss.weld:weld-junit5
provided
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
test
|-- org.junit.platform:junit-platform-launcher