| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdcom.github.roskart.dropwizard-jaxws |
| ArtifactId | ArtifactIddropwizard-jaxws |
| Version | Version1.2.1 |
| Type | Typejar |
| Description |
DescriptionDropwizard JAX-WS Bundle
Dropwizard-JAXWS is a Dropwizard Bundle that enables building SOAP web services and clients
using JAX-WS API with Dropwizard.
|
| Filename | Size |
|---|---|
| dropwizard-jaxws-1.2.1.pom | |
| dropwizard-jaxws-1.2.1.jar | 31 KB |
| dropwizard-jaxws-1.2.1-sources.jar | 16 KB |
| dropwizard-jaxws-1.2.1-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.roskart.dropwizard-jaxws/dropwizard-jaxws/ -->
<dependency>
<groupId>com.github.roskart.dropwizard-jaxws</groupId>
<artifactId>dropwizard-jaxws</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roskart.dropwizard-jaxws/dropwizard-jaxws/
implementation 'com.github.roskart.dropwizard-jaxws:dropwizard-jaxws:1.2.1'
// https://jarcasting.com/artifacts/com.github.roskart.dropwizard-jaxws/dropwizard-jaxws/
implementation ("com.github.roskart.dropwizard-jaxws:dropwizard-jaxws:1.2.1")
'com.github.roskart.dropwizard-jaxws:dropwizard-jaxws:jar:1.2.1'
<dependency org="com.github.roskart.dropwizard-jaxws" name="dropwizard-jaxws" rev="1.2.1">
<artifact name="dropwizard-jaxws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roskart.dropwizard-jaxws', module='dropwizard-jaxws', version='1.2.1')
)
libraryDependencies += "com.github.roskart.dropwizard-jaxws" % "dropwizard-jaxws" % "1.2.1"
[com.github.roskart.dropwizard-jaxws/dropwizard-jaxws "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.cxf : cxf-rt-frontend-jaxws | jar | 3.3.6 |
| org.apache.cxf : cxf-rt-transports-http | jar | 3.3.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | |
| io.dropwizard : dropwizard-auth | jar | |
| io.dropwizard : dropwizard-hibernate | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.cxf : cxf-testutils | jar | 3.3.6 |
| org.apache.cxf : cxf-rt-transports-local | jar | 3.3.6 |
| javax.mail : mail | jar | 1.4.4 |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |
| org.hamcrest : hamcrest-all | jar | 1.3 |