License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdio.smallrye.config |
ArtifactId | ArtifactIdsmallrye-config-release |
Version | Version3.0.0-RC2 |
Type | Typepom |
Description |
DescriptionEmpty Release Project to Avoid Maven Bug
Empty Release Project to Avoid Maven Bug
|
Filename | Size |
---|---|
smallrye-config-release-3.0.0-RC2.pom | 679 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-release/ -->
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-release</artifactId>
<version>3.0.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-release/
implementation 'io.smallrye.config:smallrye-config-release:3.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-release/
implementation ("io.smallrye.config:smallrye-config-release:3.0.0-RC2")
'io.smallrye.config:smallrye-config-release:pom:3.0.0-RC2'
<dependency org="io.smallrye.config" name="smallrye-config-release" rev="3.0.0-RC2">
<artifact name="smallrye-config-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config', module='smallrye-config-release', version='3.0.0-RC2')
)
libraryDependencies += "io.smallrye.config" % "smallrye-config-release" % "3.0.0-RC2"
[io.smallrye.config/smallrye-config-release "3.0.0-RC2"]