License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdio.smallrye.config |
ArtifactId | ArtifactIdsmallrye-config-examples |
Last Version | Last Version2.0.0-RC3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSmallRye Config Examples
SmallRye Parent POM
|
Filename | Size |
---|---|
smallrye-config-examples-2.0.0-RC3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-examples/ -->
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-examples</artifactId>
<version>2.0.0-RC3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-examples/
implementation 'io.smallrye.config:smallrye-config-examples:2.0.0-RC3'
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-examples/
implementation ("io.smallrye.config:smallrye-config-examples:2.0.0-RC3")
'io.smallrye.config:smallrye-config-examples:pom:2.0.0-RC3'
<dependency org="io.smallrye.config" name="smallrye-config-examples" rev="2.0.0-RC3">
<artifact name="smallrye-config-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config', module='smallrye-config-examples', version='2.0.0-RC3')
)
libraryDependencies += "io.smallrye.config" % "smallrye-config-examples" % "2.0.0-RC3"
[io.smallrye.config/smallrye-config-examples "2.0.0-RC3"]