ws-core
Reusable Web service stuff.
| License |
License |
|---|---|
| GroupId | GroupIdorg.bongiorno |
| ArtifactId | ArtifactIdws-core |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWebservices Core
Core classes to be shared amongst all webservice implementations
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ws-core-1.0.8.pom | |
| ws-core-1.0.8.jar | 81 KB |
| ws-core-1.0.8-sources.jar | 44 KB |
| ws-core-1.0.8-javadoc.jar | 386 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bongiorno/ws-core/ -->
<dependency>
<groupId>org.bongiorno</groupId>
<artifactId>ws-core</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.bongiorno/ws-core/
implementation 'org.bongiorno:ws-core:1.0.8'
// https://jarcasting.com/artifacts/org.bongiorno/ws-core/
implementation ("org.bongiorno:ws-core:1.0.8")
'org.bongiorno:ws-core:jar:1.0.8'
<dependency org="org.bongiorno" name="ws-core" rev="1.0.8">
<artifact name="ws-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bongiorno', module='ws-core', version='1.0.8')
)
libraryDependencies += "org.bongiorno" % "ws-core" % "1.0.8"
[org.bongiorno/ws-core "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| aspectj : aspectjrt | jar | 1.5.0 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.4.4 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.4.4 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-xml-provider | jar | 2.4.4 |
| net.sf.saxon : saxon | jar | 8.7 |
| cglib : cglib | jar | 2.2 |
| javax.validation : validation-api | jar | 1.0.0.GA |
| org.springframework : spring-web | jar | 4.1.2.RELEASE |
| org.slf4j : slf4j-api | jar | 1.6.6 |
| org.bongiorno : misc | jar | 1.0.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet.jsp : jsp-api | jar | 2.1 |
| javax.ws.rs : jsr311-api | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.ws.rs : javax.ws.rs-api | jar | 2.0-m10 |
| com.sun.jersey : jersey-server | jar | 1.18.3 |
| junit : junit | jar | 4.10 |
| org.hibernate : hibernate-validator | jar | 4.1.0.Final |
| org.mockito : mockito-core | jar | 1.10.8 |
| org.springframework : spring-test | jar | 4.1.2.RELEASE |
Reusable Web service stuff.