<dependency>
<groupId>org.apache.tomee.patch.systests</groupId>
<artifactId>cxf-systests-container-integration</artifactId>
<version>2.6.17-TomEE</version>
</dependency>
implementation group: 'org.apache.tomee.patch.systests', name: 'cxf-systests-container-integration', version: '2.6.17-TomEE'
implementation 'org.apache.tomee.patch.systests:cxf-systests-container-integration:2.6.17-TomEE'
implementation("org.apache.tomee.patch.systests:cxf-systests-container-integration:2.6.17-TomEE")
libraryDependencies += "org.apache.tomee.patch.systests" % "cxf-systests-container-integration" % "2.6.17-TomEE"
<dependency org="org.apache.tomee.patch.systests" name="cxf-systests-container-integration" rev="2.6.17-TomEE"/>
@Grapes(
@Grab(group='org.apache.tomee.patch.systests', module='cxf-systests-container-integration', version='2.6.17-TomEE')
)
[org.apache.tomee.patch.systests/cxf-systests-container-integration "2.6.17-TomEE"]
'org.apache.tomee.patch.systests:cxf-systests-container-integration:jar:2.6.17-TomEE'