is not current version
Last Version 0.14.2

pt.ulisboa:forward-ewp-api-client 0.2.3

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

pt.ulisboa
ArtifactId

ArtifactId

forward-ewp-api-client
Version

Version

0.2.3
Type

Type

jar

Download forward-ewp-api-client 0.2.3


<!-- https://jarcasting.com/artifacts/pt.ulisboa/forward-ewp-api-client/ -->
<dependency>
    <groupId>pt.ulisboa</groupId>
    <artifactId>forward-ewp-api-client</artifactId>
    <version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/pt.ulisboa/forward-ewp-api-client/
implementation 'pt.ulisboa:forward-ewp-api-client:0.2.3'
// https://jarcasting.com/artifacts/pt.ulisboa/forward-ewp-api-client/
implementation ("pt.ulisboa:forward-ewp-api-client:0.2.3")
'pt.ulisboa:forward-ewp-api-client:jar:0.2.3'
<dependency org="pt.ulisboa" name="forward-ewp-api-client" rev="0.2.3">
  <artifact name="forward-ewp-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='pt.ulisboa', module='forward-ewp-api-client', version='0.2.3')
)
libraryDependencies += "pt.ulisboa" % "forward-ewp-api-client" % "0.2.3"
[pt.ulisboa/forward-ewp-api-client "0.2.3"]