is not current version
Last Version 3.0.1

org.eclipse.microprofile.config:microprofile-config-tck 1.0


Categories

Categories

CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

org.eclipse.microprofile.config
ArtifactId

ArtifactId

microprofile-config-tck
Version

Version

1.0
Type

Type

jar

Download microprofile-config-tck 1.0


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