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