| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.bongiorno.ws |
| ArtifactId | ArtifactIdclient-core |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCore functionality for clients integrating with my webservices
Core classes to be shared amongst all webservice implementations
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| client-core-1.0.2.pom | |
| client-core-1.0.2.jar | 23 KB |
| client-core-1.0.2-sources.jar | 13 KB |
| client-core-1.0.2-javadoc.jar | 108 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.6 |
| javax.ws.rs : jsr311-api | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 1.8.5 |
| junit : junit | jar | 4.11 |