License |
License |
---|---|
Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
GroupId | GroupIdorg.eclipse.microprofile.config |
ArtifactId | ArtifactIdmicroprofile-config-tck |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicroProfile Config TCK
MicroProfile Parent POM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-tck/
implementation 'org.eclipse.microprofile.config:microprofile-config-tck:3.0.1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.config/microprofile-config-tck/
implementation ("org.eclipse.microprofile.config:microprofile-config-tck:3.0.1")
'org.eclipse.microprofile.config:microprofile-config-tck:jar:3.0.1'
<dependency org="org.eclipse.microprofile.config" name="microprofile-config-tck" rev="3.0.1">
<artifact name="microprofile-config-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.config', module='microprofile-config-tck', version='3.0.1')
)
libraryDependencies += "org.eclipse.microprofile.config" % "microprofile-config-tck" % "3.0.1"
[org.eclipse.microprofile.config/microprofile-config-tck "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.4.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.jboss.arquillian.testng : arquillian-testng-container | jar | |
org.jboss.shrinkwrap : shrinkwrap-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.config : microprofile-config-api | jar | 3.0.1 |
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |