is not current version
Last Version 0.14.2

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

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.4.0
Type

Type

jar

Download forward-ewp-api-client 0.4.0


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