| License |
License
GNU GENERAL PUBLIC LICENSE, Version 3
|
|---|---|
| Categories |
CategoriesJava Languages CLI User Interface |
| GroupId | GroupIdcom.fluidbpm |
| ArtifactId | ArtifactIdfluid-ws-java-client |
| Last Version | Last Version1.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFluid RESTful Web Service Client
The Fluid Restful Web Service Java Client.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| fluid-ws-java-client-1.12.pom | |
| fluid-ws-java-client-1.12-sources.jar | 101 KB |
| fluid-ws-java-client-1.12-javadoc.jar | 897 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fluidbpm/fluid-ws-java-client/ -->
<dependency>
<groupId>com.fluidbpm</groupId>
<artifactId>fluid-ws-java-client</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.fluidbpm/fluid-ws-java-client/
implementation 'com.fluidbpm:fluid-ws-java-client:1.12'
// https://jarcasting.com/artifacts/com.fluidbpm/fluid-ws-java-client/
implementation ("com.fluidbpm:fluid-ws-java-client:1.12")
'com.fluidbpm:fluid-ws-java-client:jar:1.12'
<dependency org="com.fluidbpm" name="fluid-ws-java-client" rev="1.12">
<artifact name="fluid-ws-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fluidbpm', module='fluid-ws-java-client', version='1.12')
)
libraryDependencies += "com.fluidbpm" % "fluid-ws-java-client" % "1.12"
[com.fluidbpm/fluid-ws-java-client "1.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fluidbpm : fluid-api | jar | 1.12 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpcore | jar | 4.4.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 30.1.1-jre |
| javax.websocket : javax.websocket-client-api | jar | 1.1 |
| org.glassfish.tyrus : tyrus-container-grizzly-client | jar | 1.18 |
| org.glassfish.grizzly : grizzly-framework | jar | 2.4.4 |
| org.glassfish.grizzly : grizzly-http | jar | 2.4.4 |
| org.glassfish.tyrus : tyrus-client | jar | 1.18 |
| org.glassfish.tyrus : tyrus-core | jar | 1.18 |
| org.glassfish.tyrus : tyrus-spi | jar | 1.18 |
| javax.xml.bind : jaxb-api | jar | 2.3.0 |
| org.projectlombok : lombok | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |