License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdio.smallrye.config.examples |
ArtifactId | ArtifactIdconfigmap |
Last Version | Last Version3.0.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Config Examples: ConfigMap
SmallRye Parent POM
|
Filename | Size |
---|---|
configmap-3.0.0-RC2.pom | |
configmap-3.0.0-RC2.jar | 5 KB |
configmap-3.0.0-RC2-sources.jar | 4 KB |
configmap-3.0.0-RC2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.config.examples/configmap/ -->
<dependency>
<groupId>io.smallrye.config.examples</groupId>
<artifactId>configmap</artifactId>
<version>3.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/configmap/
implementation 'io.smallrye.config.examples:configmap:3.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/configmap/
implementation ("io.smallrye.config.examples:configmap:3.0.0-RC2")
'io.smallrye.config.examples:configmap:jar:3.0.0-RC2'
<dependency org="io.smallrye.config.examples" name="configmap" rev="3.0.0-RC2">
<artifact name="configmap" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='configmap', version='3.0.0-RC2')
)
libraryDependencies += "io.smallrye.config.examples" % "configmap" % "3.0.0-RC2"
[io.smallrye.config.examples/configmap "3.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
io.smallrye.config : smallrye-config | jar | 3.0.0-RC2 |
io.smallrye.config : smallrye-config-source-file-system | jar | 3.0.0-RC2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |