Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.microprofile-ext.config-ext |
ArtifactId | ArtifactIdconfig-example |
Version | Version1.0.7 |
Type | Typewar |
Filename | Size |
---|---|
config-example-1.0.7.pom | |
config-example-1.0.7.war | 4 MB |
config-example-1.0.7-sources.jar | 8 KB |
config-example-1.0.7-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/config-example/ -->
<dependency>
<groupId>org.microprofile-ext.config-ext</groupId>
<artifactId>config-example</artifactId>
<version>1.0.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/config-example/
implementation 'org.microprofile-ext.config-ext:config-example:1.0.7'
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/config-example/
implementation ("org.microprofile-ext.config-ext:config-example:1.0.7")
'org.microprofile-ext.config-ext:config-example:war:1.0.7'
<dependency org="org.microprofile-ext.config-ext" name="config-example" rev="1.0.7">
<artifact name="config-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.config-ext', module='config-example', version='1.0.7')
)
libraryDependencies += "org.microprofile-ext.config-ext" % "config-example" % "1.0.7"
[org.microprofile-ext.config-ext/config-example "1.0.7"]