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