Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.smallrye.config.examples |
ArtifactId | ArtifactIdexpansion |
Version | Version2.0.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
expansion-2.0.0-RC2.pom | |
expansion-2.0.0-RC2.jar | 3 KB |
expansion-2.0.0-RC2-sources.jar | 3 KB |
expansion-2.0.0-RC2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.config.examples/expansion/ -->
<dependency>
<groupId>io.smallrye.config.examples</groupId>
<artifactId>expansion</artifactId>
<version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config.examples/expansion/
implementation 'io.smallrye.config.examples:expansion:2.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye.config.examples/expansion/
implementation ("io.smallrye.config.examples:expansion:2.0.0-RC2")
'io.smallrye.config.examples:expansion:jar:2.0.0-RC2'
<dependency org="io.smallrye.config.examples" name="expansion" rev="2.0.0-RC2">
<artifact name="expansion" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config.examples', module='expansion', version='2.0.0-RC2')
)
libraryDependencies += "io.smallrye.config.examples" % "expansion" % "2.0.0-RC2"
[io.smallrye.config.examples/expansion "2.0.0-RC2"]