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