License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.microprofile-ext.config-ext |
ArtifactId | ArtifactIdconfigsource-file |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionMicroprofile Config Extensions :: File config source
A config that get the values from a properties file
|
Filename | Size |
---|---|
configsource-file-1.0.1.pom | |
configsource-file-1.0.1.jar | 4 KB |
configsource-file-1.0.1-sources.jar | 4 KB |
configsource-file-1.0.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-file/ -->
<dependency>
<groupId>org.microprofile-ext.config-ext</groupId>
<artifactId>configsource-file</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-file/
implementation 'org.microprofile-ext.config-ext:configsource-file:1.0.1'
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-file/
implementation ("org.microprofile-ext.config-ext:configsource-file:1.0.1")
'org.microprofile-ext.config-ext:configsource-file:jar:1.0.1'
<dependency org="org.microprofile-ext.config-ext" name="configsource-file" rev="1.0.1">
<artifact name="configsource-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.config-ext', module='configsource-file', version='1.0.1')
)
libraryDependencies += "org.microprofile-ext.config-ext" % "configsource-file" % "1.0.1"
[org.microprofile-ext.config-ext/configsource-file "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile : microprofile | pom | 1.3 |
org.projectlombok : lombok | jar | 1.18.2 |