| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdpt.ulisboa |
| ArtifactId | ArtifactIdforward-ewp-api-client |
| Last Version | Last Version0.14.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionForward EWP API Client for an EWP Node
Java library that provides a simple way to use the Forward EWP APIs of an
EWP Node (https://github.com/ULisboa/ewp-node) by abstracting protocol communications.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/pt.ulisboa/forward-ewp-api-client/ -->
<dependency>
<groupId>pt.ulisboa</groupId>
<artifactId>forward-ewp-api-client</artifactId>
<version>0.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/pt.ulisboa/forward-ewp-api-client/
implementation 'pt.ulisboa:forward-ewp-api-client:0.14.2'
// https://jarcasting.com/artifacts/pt.ulisboa/forward-ewp-api-client/
implementation ("pt.ulisboa:forward-ewp-api-client:0.14.2")
'pt.ulisboa:forward-ewp-api-client:jar:0.14.2'
<dependency org="pt.ulisboa" name="forward-ewp-api-client" rev="0.14.2">
<artifact name="forward-ewp-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='pt.ulisboa', module='forward-ewp-api-client', version='0.14.2')
)
libraryDependencies += "pt.ulisboa" % "forward-ewp-api-client" % "0.14.2"
[pt.ulisboa/forward-ewp-api-client "0.14.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.openfeign : feign-core | jar | 11.6 |
| io.github.openfeign : feign-slf4j | jar | 11.6 |
| io.github.openfeign : feign-jaxb | jar | 11.6 |
| io.github.openfeign.form : feign-form | jar | 3.8.0 |
| javax.xml.bind : jaxb-api | jar | 2.3.1 |
| com.sun.xml.bind : jaxb-core | jar | 2.3.0.1 |
| com.sun.xml.bind : jaxb-impl | jar | 2.3.2 |
| org.springframework : spring-oxm | jar | 5.3.6 |
| pt.ulisboa : ewp-connector-api | jar | 3.7.0 |
| com.auth0 : java-jwt | jar | 3.10.2 |
| com.google.guava : guava | jar | 30.0-jre |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| io.github.openfeign : feign-mock | jar | 11.6 |
| org.assertj : assertj-core | jar | 3.15.0 |
| org.mockito : mockito-core | jar | 2.25.1 |