Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.apache.cxf.systests |
ArtifactId | ArtifactIdcxf-systests-transport-netty |
Version | Version3.4.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-transport-netty/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-transport-netty</artifactId>
<version>3.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-transport-netty/
implementation 'org.apache.cxf.systests:cxf-systests-transport-netty:3.4.6'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-transport-netty/
implementation ("org.apache.cxf.systests:cxf-systests-transport-netty:3.4.6")
'org.apache.cxf.systests:cxf-systests-transport-netty:jar:3.4.6'
<dependency org="org.apache.cxf.systests" name="cxf-systests-transport-netty" rev="3.4.6">
<artifact name="cxf-systests-transport-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-transport-netty', version='3.4.6')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-transport-netty" % "3.4.6"
[org.apache.cxf.systests/cxf-systests-transport-netty "3.4.6"]