Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.apache.cxf.systests |
ArtifactId | ArtifactIdcxf-systests-databinding |
Version | Version2.6.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-databinding/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-databinding</artifactId>
<version>2.6.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-databinding/
implementation 'org.apache.cxf.systests:cxf-systests-databinding:2.6.11'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-databinding/
implementation ("org.apache.cxf.systests:cxf-systests-databinding:2.6.11")
'org.apache.cxf.systests:cxf-systests-databinding:jar:2.6.11'
<dependency org="org.apache.cxf.systests" name="cxf-systests-databinding" rev="2.6.11">
<artifact name="cxf-systests-databinding" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-databinding', version='2.6.11')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-databinding" % "2.6.11"
[org.apache.cxf.systests/cxf-systests-databinding "2.6.11"]