Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdorg.apache.cxf.systests |
ArtifactId | ArtifactIdcxf-systests-ci-grizzly |
Version | Version3.1.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>3.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ci-grizzly/
implementation 'org.apache.cxf.systests:cxf-systests-ci-grizzly:3.1.9'
// https://jarcasting.com/artifacts/org.apache.cxf.systests/cxf-systests-ci-grizzly/
implementation ("org.apache.cxf.systests:cxf-systests-ci-grizzly:3.1.9")
'org.apache.cxf.systests:cxf-systests-ci-grizzly:jar:3.1.9'
<dependency org="org.apache.cxf.systests" name="cxf-systests-ci-grizzly" rev="3.1.9">
<artifact name="cxf-systests-ci-grizzly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.systests', module='cxf-systests-ci-grizzly', version='3.1.9')
)
libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-ci-grizzly" % "3.1.9"
[org.apache.cxf.systests/cxf-systests-ci-grizzly "3.1.9"]