Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.cxf |
ArtifactId | ArtifactIdcxf-rt-transports-http-jetty |
Version | Version2.2.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-transports-http-jetty/ -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>2.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-transports-http-jetty/
implementation 'org.apache.cxf:cxf-rt-transports-http-jetty:2.2.12'
// https://jarcasting.com/artifacts/org.apache.cxf/cxf-rt-transports-http-jetty/
implementation ("org.apache.cxf:cxf-rt-transports-http-jetty:2.2.12")
'org.apache.cxf:cxf-rt-transports-http-jetty:jar:2.2.12'
<dependency org="org.apache.cxf" name="cxf-rt-transports-http-jetty" rev="2.2.12">
<artifact name="cxf-rt-transports-http-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf', module='cxf-rt-transports-http-jetty', version='2.2.12')
)
libraryDependencies += "org.apache.cxf" % "cxf-rt-transports-http-jetty" % "2.2.12"
[org.apache.cxf/cxf-rt-transports-http-jetty "2.2.12"]