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