Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.config |
ArtifactId | ArtifactIdmicroprofile-config-tck |
Version | Version2.0-RC5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-tck/ -->
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-tck</artifactId>
<version>2.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-tck/
implementation 'org.eclipse.microprofile.config:microprofile-config-tck:2.0-RC5'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-tck/
implementation ("org.eclipse.microprofile.config:microprofile-config-tck:2.0-RC5")
'org.eclipse.microprofile.config:microprofile-config-tck:jar:2.0-RC5'
<dependency org="org.eclipse.microprofile.config" name="microprofile-config-tck" rev="2.0-RC5">
<artifact name="microprofile-config-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.config', module='microprofile-config-tck', version='2.0-RC5')
)
libraryDependencies += "org.eclipse.microprofile.config" % "microprofile-config-tck" % "2.0-RC5"
[org.eclipse.microprofile.config/microprofile-config-tck "2.0-RC5"]