| Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdorg.eclipse.microprofile.config |
| ArtifactId | ArtifactIdmicroprofile-config-tck |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| microprofile-config-tck-1.0.pom | |
| microprofile-config-tck-1.0.jar | 42 KB |
| microprofile-config-tck-1.0-sources.jar | 36 KB |
| microprofile-config-tck-1.0-javadoc.jar | 169 KB |
| Browse |
<!-- 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"]