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