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