License |
License |
---|---|
GroupId | GroupIdorg.apache.cxf |
ArtifactId | ArtifactIdcxf-http-basic |
Version | Version2.1.3 |
Type | Typejar |
Description |
DescriptionApache CXF Archetype - cxf-http-basic
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
cxf-http-basic-2.1.3.pom | |
cxf-http-basic-2.1.3.jar | 12 KB |
cxf-http-basic-2.1.3-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-http-basic/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-http-basic</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-http-basic/
implementation 'org.apache.cxf:cxf-http-basic:2.1.3'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-http-basic/
implementation ("org.apache.cxf:cxf-http-basic:2.1.3")
'org.apache.cxf:cxf-http-basic:jar:2.1.3'
<dependency org="org.apache.cxf" name="cxf-http-basic" rev="2.1.3">
<artifact name="cxf-http-basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-http-basic', version='2.1.3')
)
libraryDependencies += "org.apache.cxf" % "cxf-http-basic" % "2.1.3"
[org.apache.cxf/cxf-http-basic "2.1.3"]