Dropwizard JAX-WS Example Application

Dropwizard-JAXWS is a Dropwizard Bundle that enables building SOAP web services and clients using JAX-WS API with Dropwizard.

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.github.roskart.dropwizard-jaxws
ArtifactId

ArtifactId

dropwizard-jaxws-example
Last Version

Last Version

1.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

Dropwizard JAX-WS Example Application
Dropwizard-JAXWS is a Dropwizard Bundle that enables building SOAP web services and clients using JAX-WS API with Dropwizard.

Download dropwizard-jaxws-example

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.roskart.dropwizard-jaxws/dropwizard-jaxws-example/ -->
<dependency>
    <groupId>com.github.roskart.dropwizard-jaxws</groupId>
    <artifactId>dropwizard-jaxws-example</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roskart.dropwizard-jaxws/dropwizard-jaxws-example/
implementation 'com.github.roskart.dropwizard-jaxws:dropwizard-jaxws-example:1.2.3'
// https://jarcasting.com/artifacts/com.github.roskart.dropwizard-jaxws/dropwizard-jaxws-example/
implementation ("com.github.roskart.dropwizard-jaxws:dropwizard-jaxws-example:1.2.3")
'com.github.roskart.dropwizard-jaxws:dropwizard-jaxws-example:jar:1.2.3'
<dependency org="com.github.roskart.dropwizard-jaxws" name="dropwizard-jaxws-example" rev="1.2.3">
  <artifact name="dropwizard-jaxws-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roskart.dropwizard-jaxws', module='dropwizard-jaxws-example', version='1.2.3')
)
libraryDependencies += "com.github.roskart.dropwizard-jaxws" % "dropwizard-jaxws-example" % "1.2.3"
[com.github.roskart.dropwizard-jaxws/dropwizard-jaxws-example "1.2.3"]

Dependencies

compile (7)

Group / Artifact Type Version
com.github.roskart.dropwizard-jaxws : dropwizard-jaxws jar 1.2.3
io.dropwizard : dropwizard-core jar
io.dropwizard : dropwizard-auth jar
io.dropwizard : dropwizard-hibernate jar
com.h2database : h2 jar 2.1.210
javax.mail : mail jar 1.4.4
org.apache.cxf : cxf-rt-features-logging jar 3.5.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.mockito : mockito-all jar 1.10.19
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.10.2
0.10.1
0.10.0
0.9.0
0.8.0