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