GroupId | GroupIdws.ament.hammock |
---|---|
ArtifactId | ArtifactIdrest-cxf |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-cxf-0.5.0.pom | |
rest-cxf-0.5.0.jar | 3 KB |
rest-cxf-0.5.0-sources.jar | 2 KB |
rest-cxf-0.5.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/rest-cxf/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>rest-cxf</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/rest-cxf/
implementation 'ws.ament.hammock:rest-cxf:0.5.0'
// https://jarcasting.com/artifacts/ws.ament.hammock/rest-cxf/
implementation ("ws.ament.hammock:rest-cxf:0.5.0")
'ws.ament.hammock:rest-cxf:jar:0.5.0'
<dependency org="ws.ament.hammock" name="rest-cxf" rev="0.5.0">
<artifact name="rest-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='rest-cxf', version='0.5.0')
)
libraryDependencies += "ws.ament.hammock" % "rest-cxf" % "0.5.0"
[ws.ament.hammock/rest-cxf "0.5.0"]