Core functionality for clients integrating with my webservices

Core classes to be shared amongst all webservice implementations

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.bongiorno.ws
ArtifactId

ArtifactId

client-core
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Core functionality for clients integrating with my webservices
Core classes to be shared amongst all webservice implementations
Project URL

Project URL

https://github.com/chb0github/

Download client-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.bongiorno.ws/client-core/ -->
<dependency>
    <groupId>org.bongiorno.ws</groupId>
    <artifactId>client-core</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bongiorno.ws/client-core/
implementation 'org.bongiorno.ws:client-core:1.0.2'
// https://jarcasting.com/artifacts/org.bongiorno.ws/client-core/
implementation ("org.bongiorno.ws:client-core:1.0.2")
'org.bongiorno.ws:client-core:jar:1.0.2'
<dependency org="org.bongiorno.ws" name="client-core" rev="1.0.2">
  <artifact name="client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bongiorno.ws', module='client-core', version='1.0.2')
)
libraryDependencies += "org.bongiorno.ws" % "client-core" % "1.0.2"
[org.bongiorno.ws/client-core "1.0.2"]

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.commons : commons-io jar 1.3.2
org.apache.commons : commons-collections4 jar 4.0
org.springframework : spring-web jar 4.1.2.RELEASE
commons-httpclient : commons-httpclient jar 3.1
org.springframework : spring-beans jar 4.1.2.RELEASE
org.bongiorno.dto.typadapters : xml-type-adapters-java jar 1.0.3
org.bongiorno : ws-core jar 1.0.8
org.bongiorno.io : io-stuff jar 1.0.2

provided (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.6
javax.ws.rs : jsr311-api jar 1.1.1

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.8.5
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0