| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdcom.github.roskart.dropwizard-jaxws |
| ArtifactId | ArtifactIddropwizard-jaxws-parent |
| Last Version | Last Version1.2.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDropwizard JAX-WS
Dropwizard-JAXWS is a Dropwizard Bundle that enables building SOAP web services and clients
using JAX-WS API with Dropwizard.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dropwizard-jaxws-parent-1.2.3.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.roskart.dropwizard-jaxws/dropwizard-jaxws-parent/ -->
<dependency>
<groupId>com.github.roskart.dropwizard-jaxws</groupId>
<artifactId>dropwizard-jaxws-parent</artifactId>
<version>1.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.roskart.dropwizard-jaxws/dropwizard-jaxws-parent/
implementation 'com.github.roskart.dropwizard-jaxws:dropwizard-jaxws-parent:1.2.3'
// https://jarcasting.com/artifacts/com.github.roskart.dropwizard-jaxws/dropwizard-jaxws-parent/
implementation ("com.github.roskart.dropwizard-jaxws:dropwizard-jaxws-parent:1.2.3")
'com.github.roskart.dropwizard-jaxws:dropwizard-jaxws-parent:pom:1.2.3'
<dependency org="com.github.roskart.dropwizard-jaxws" name="dropwizard-jaxws-parent" rev="1.2.3">
<artifact name="dropwizard-jaxws-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.roskart.dropwizard-jaxws', module='dropwizard-jaxws-parent', version='1.2.3')
)
libraryDependencies += "com.github.roskart.dropwizard-jaxws" % "dropwizard-jaxws-parent" % "1.2.3"
[com.github.roskart.dropwizard-jaxws/dropwizard-jaxws-parent "1.2.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 |