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