Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.apache.cxf |
ArtifactId | ArtifactIdcxf-rt-frontend-js |
Version | Version2.2.7 |
Type | Typejar |
Filename | Size |
---|---|
cxf-rt-frontend-js-2.2.7.pom | |
cxf-rt-frontend-js-2.2.7.jar | 21 KB |
cxf-rt-frontend-js-2.2.7-sources.jar | 15 KB |
cxf-rt-frontend-js-2.2.7-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-frontend-js/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-js</artifactId>
<version>2.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-frontend-js/
implementation 'org.apache.cxf:cxf-rt-frontend-js:2.2.7'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-frontend-js/
implementation ("org.apache.cxf:cxf-rt-frontend-js:2.2.7")
'org.apache.cxf:cxf-rt-frontend-js:jar:2.2.7'
<dependency org="org.apache.cxf" name="cxf-rt-frontend-js" rev="2.2.7">
<artifact name="cxf-rt-frontend-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-frontend-js', version='2.2.7')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-frontend-js" % "2.2.7"
[org.apache.cxf/cxf-rt-frontend-js "2.2.7"]