is not current version
Last Version 1.1.1

com.github.ilpersi:pushover-client 1.0.1

A fork of the standard pushover client for java containing up to date features

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.ilpersi
ArtifactId

ArtifactId

pushover-client
Version

Version

1.0.1
Type

Type

jar

Download pushover-client 1.0.1


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