License |
License |
---|---|
Categories |
CategoriesBuild Tools CLI User Interface config Application Layer Libs Configuration |
GroupId | GroupIdorg.eclipse.microprofile.config |
ArtifactId | ArtifactIdmicroprofile-config-build-tools |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicroProfile Config Build Tools
MicroProfile Config :: Build Tools
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-build-tools/ -->
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-build-tools</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-build-tools/
implementation 'org.eclipse.microprofile.config:microprofile-config-build-tools:2.0.1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-build-tools/
implementation ("org.eclipse.microprofile.config:microprofile-config-build-tools:2.0.1")
'org.eclipse.microprofile.config:microprofile-config-build-tools:jar:2.0.1'
<dependency org="org.eclipse.microprofile.config" name="microprofile-config-build-tools" rev="2.0.1">
<artifact name="microprofile-config-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.config', module='microprofile-config-build-tools', version='2.0.1')
)
libraryDependencies += "org.eclipse.microprofile.config" % "microprofile-config-build-tools" % "2.0.1"
[org.eclipse.microprofile.config/microprofile-config-build-tools "2.0.1"]