Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdorg.apache.cxf.systests |
ArtifactId | ArtifactIdcxf-systests-ci-grizzly |
Version | Version2.5.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ci-grizzly/ -->
<dependency>
<groupId>org.apache.cxf.systests</groupId>
<artifactId>cxf-systests-ci-grizzly</artifactId>
<version>2.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ci-grizzly/
implementation 'org.apache.cxf.systests:cxf-systests-ci-grizzly:2.5.9'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ci-grizzly/
implementation ("org.apache.cxf.systests:cxf-systests-ci-grizzly:2.5.9")
'org.apache.cxf.systests:cxf-systests-ci-grizzly:jar:2.5.9'
<dependency org="org.apache.cxf.systests" name="cxf-systests-ci-grizzly" rev="2.5.9">
<artifact name="cxf-systests-ci-grizzly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-ci-grizzly', version='2.5.9')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-ci-grizzly" % "2.5.9"
[org.apache.cxf.systests/cxf-systests-ci-grizzly "2.5.9"]