Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.thorntail.testsuite |
ArtifactId | ArtifactIdthorntail-microprofile-tck-config |
Version | Version2.0.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.thorntail.testsuite/thorntail-microprofile-tck-config/ -->
<dependency>
<groupId>io.thorntail.testsuite</groupId>
<artifactId>thorntail-microprofile-tck-config</artifactId>
<version>2.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail.testsuite/thorntail-microprofile-tck-config/
implementation 'io.thorntail.testsuite:thorntail-microprofile-tck-config:2.0.0.Final'
// https://jarcasting.com/artifacts/io.thorntail.testsuite/thorntail-microprofile-tck-config/
implementation ("io.thorntail.testsuite:thorntail-microprofile-tck-config:2.0.0.Final")
'io.thorntail.testsuite:thorntail-microprofile-tck-config:jar:2.0.0.Final'
<dependency org="io.thorntail.testsuite" name="thorntail-microprofile-tck-config" rev="2.0.0.Final">
<artifact name="thorntail-microprofile-tck-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail.testsuite', module='thorntail-microprofile-tck-config', version='2.0.0.Final')
)
libraryDependencies += "io.thorntail.testsuite" % "thorntail-microprofile-tck-config" % "2.0.0.Final"
[io.thorntail.testsuite/thorntail-microprofile-tck-config "2.0.0.Final"]