Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.smallrye.config |
ArtifactId | ArtifactIdsmallrye-config-release |
Version | Version1.9.3 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-config-release-1.9.3.pom | 675 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-release/ -->
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-release</artifactId>
<version>1.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-release/
implementation 'io.smallrye.config:smallrye-config-release:1.9.3'
// https://jarcasting.com/artifacts/io.smallrye.config/smallrye-config-release/
implementation ("io.smallrye.config:smallrye-config-release:1.9.3")
'io.smallrye.config:smallrye-config-release:pom:1.9.3'
<dependency org="io.smallrye.config" name="smallrye-config-release" rev="1.9.3">
<artifact name="smallrye-config-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.config', module='smallrye-config-release', version='1.9.3')
)
libraryDependencies += "io.smallrye.config" % "smallrye-config-release" % "1.9.3"
[io.smallrye.config/smallrye-config-release "1.9.3"]