Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdorg.apache.cxf.systests |
ArtifactId | ArtifactIdcxf-systests-container-integration |
Version | Version3.1.4 |
Type | Typepom |
Filename | Size |
---|---|
cxf-systests-container-integration-3.1.4.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.1.4</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.1.4'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-container-integration/
implementation ("org.apache.cxf.systests:cxf-systests-container-integration:3.1.4")
'org.apache.cxf.systests:cxf-systests-container-integration:pom:3.1.4'
<dependency org="org.apache.cxf.systests" name="cxf-systests-container-integration" rev="3.1.4">
<artifact name="cxf-systests-container-integration" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-container-integration', version='3.1.4')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-container-integration" % "3.1.4"
[org.apache.cxf.systests/cxf-systests-container-integration "3.1.4"]