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