is not current version
Last Version 1.1.1

com.traverse-tms:pabbly-client 1.0.0

A java client to be used to interact with pabbly.com

Categories

Categories

CLI User Interface
GroupId

GroupId

com.traverse-tms
ArtifactId

ArtifactId

pabbly-client
Version

Version

1.0.0
Type

Type

jar

Download pabbly-client 1.0.0


<!-- https://jarcasting.com/artifacts/com.traverse-tms/pabbly-client/ -->
<dependency>
    <groupId>com.traverse-tms</groupId>
    <artifactId>pabbly-client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.traverse-tms/pabbly-client/
implementation 'com.traverse-tms:pabbly-client:1.0.0'
// https://jarcasting.com/artifacts/com.traverse-tms/pabbly-client/
implementation ("com.traverse-tms:pabbly-client:1.0.0")
'com.traverse-tms:pabbly-client:jar:1.0.0'
<dependency org="com.traverse-tms" name="pabbly-client" rev="1.0.0">
  <artifact name="pabbly-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.traverse-tms', module='pabbly-client', version='1.0.0')
)
libraryDependencies += "com.traverse-tms" % "pabbly-client" % "1.0.0"
[com.traverse-tms/pabbly-client "1.0.0"]