GroupId | GroupIdorg.apache.cxf.systests |
---|---|
ArtifactId | ArtifactIdcxf-microprofile-tck |
Version | Version3.4.0 |
Type | Typepom |
Filename | Size |
---|---|
cxf-microprofile-tck-3.4.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-microprofile-tck/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-microprofile-tck</artifactId>
<version>3.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-microprofile-tck/
implementation 'org.apache.cxf.systests:cxf-microprofile-tck:3.4.0'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-microprofile-tck/
implementation ("org.apache.cxf.systests:cxf-microprofile-tck:3.4.0")
'org.apache.cxf.systests:cxf-microprofile-tck:pom:3.4.0'
<dependency org="org.apache.cxf.systests" name="cxf-microprofile-tck" rev="3.4.0">
<artifact name="cxf-microprofile-tck" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-microprofile-tck', version='3.4.0')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-microprofile-tck" % "3.4.0"
[org.apache.cxf.systests/cxf-microprofile-tck "3.4.0"]