is not current version
Last Version 1.2

uk.staygrounded:pushsafer-client 1.0

A Java client used to interact with the Pushsafer API

Categories

Categories

CLI User Interface
GroupId

GroupId

uk.staygrounded
ArtifactId

ArtifactId

pushsafer-client
Version

Version

1.0
Type

Type

jar

Download pushsafer-client 1.0


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