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