is not current version
Last Version 3.0.1

org.eclipse.microprofile.config:microprofile-config-tck 3.0-RC3


Categories

Categories

CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

org.eclipse.microprofile.config
ArtifactId

ArtifactId

microprofile-config-tck
Version

Version

3.0-RC3
Type

Type

jar

Download microprofile-config-tck 3.0-RC3


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-tck/ -->
<dependency>
    <groupId>org.eclipse.microprofile.config</groupId>
    <artifactId>microprofile-config-tck</artifactId>
    <version>3.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-tck/
implementation 'org.eclipse.microprofile.config:microprofile-config-tck:3.0-RC3'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-tck/
implementation ("org.eclipse.microprofile.config:microprofile-config-tck:3.0-RC3")
'org.eclipse.microprofile.config:microprofile-config-tck:jar:3.0-RC3'
<dependency org="org.eclipse.microprofile.config" name="microprofile-config-tck" rev="3.0-RC3">
  <artifact name="microprofile-config-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.config', module='microprofile-config-tck', version='3.0-RC3')
)
libraryDependencies += "org.eclipse.microprofile.config" % "microprofile-config-tck" % "3.0-RC3"
[org.eclipse.microprofile.config/microprofile-config-tck "3.0-RC3"]