is not current version
Last Version 0.1.1

org.silentsoft:pushbullet-api 0.1.0

A simple Java library to send a Pushbullet note to specfic device, client, channel and email.

GroupId

GroupId

org.silentsoft
ArtifactId

ArtifactId

pushbullet-api
Version

Version

0.1.0
Type

Type

jar

Download pushbullet-api 0.1.0


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