Categories |
CategoriesWildFly Container Application Servers config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.thorntail |
ArtifactId | ArtifactIdmicroprofile-config-wildfly-testsuite |
Version | Version1.5.0 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-config-wildfly-testsuite-1.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-testsuite/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>microprofile-config-wildfly-testsuite</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-testsuite/
implementation 'io.thorntail:microprofile-config-wildfly-testsuite:1.5.0'
// https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-testsuite/
implementation ("io.thorntail:microprofile-config-wildfly-testsuite:1.5.0")
'io.thorntail:microprofile-config-wildfly-testsuite:pom:1.5.0'
<dependency org="io.thorntail" name="microprofile-config-wildfly-testsuite" rev="1.5.0">
<artifact name="microprofile-config-wildfly-testsuite" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='microprofile-config-wildfly-testsuite', version='1.5.0')
)
libraryDependencies += "io.thorntail" % "microprofile-config-wildfly-testsuite" % "1.5.0"
[io.thorntail/microprofile-config-wildfly-testsuite "1.5.0"]