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