| GroupId | GroupIdorg.apache.cxf |
|---|---|
| ArtifactId | ArtifactIdcxf-rt-frontend-simple |
| Version | Version2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cxf-rt-frontend-simple-2.1.pom | |
| cxf-rt-frontend-simple-2.1.jar | 63 KB |
| cxf-rt-frontend-simple-2.1-sources.jar | 45 KB |
| cxf-rt-frontend-simple-2.1-javadoc.jar | 123 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-frontend-simple/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-simple</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-frontend-simple/
implementation 'org.apache.cxf:cxf-rt-frontend-simple:2.1'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-frontend-simple/
implementation ("org.apache.cxf:cxf-rt-frontend-simple:2.1")
'org.apache.cxf:cxf-rt-frontend-simple:jar:2.1'
<dependency org="org.apache.cxf" name="cxf-rt-frontend-simple" rev="2.1">
<artifact name="cxf-rt-frontend-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-frontend-simple', version='2.1')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-frontend-simple" % "2.1"
[org.apache.cxf/cxf-rt-frontend-simple "2.1"]