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