Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.microprofile-ext.config-ext |
ArtifactId | ArtifactIdconfigsource-filebase |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-filebase/ -->
<dependency>
<groupId>org.microprofile-ext.config-ext</groupId>
<artifactId>configsource-filebase</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-filebase/
implementation 'org.microprofile-ext.config-ext:configsource-filebase:1.0.6'
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-filebase/
implementation ("org.microprofile-ext.config-ext:configsource-filebase:1.0.6")
'org.microprofile-ext.config-ext:configsource-filebase:jar:1.0.6'
<dependency org="org.microprofile-ext.config-ext" name="configsource-filebase" rev="1.0.6">
<artifact name="configsource-filebase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.config-ext', module='configsource-filebase', version='1.0.6')
)
libraryDependencies += "org.microprofile-ext.config-ext" % "configsource-filebase" % "1.0.6"
[org.microprofile-ext.config-ext/configsource-filebase "1.0.6"]