This is an inofficial pushbullet library for Java 8.
Javadoc is located here.
This library can be used with Maven, it's located in the central repository:
<dependency>
<groupId>com.github.sheigutn</groupId>
<artifactId>pushbullet-java-8</artifactId>
<version>1.3.4</version>
</dependency>
To use SNAPSHOT versions, add this to your pom.xml:
<repository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
String apiToken = ...;
Pushbullet pushbullet = new Pushbullet(apiToken);
For end-to-end encryption, you have to install the Unlimited Strength Jurisdiction Policy Files first. These are available here.
String apiToken = ...;
String password = ...;
Pushbullet pushbullet = new Pushbullet(apiToken, password);
If you want to donate to me, just use my bitcoin address: 1K3yoaHnbrYSNwK1d8suDxcEgwQD4Y9Fso