Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.43 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.43 KB

Pushbullet library for Java 8

This is an inofficial pushbullet library for Java 8.

Javadoc

Javadoc is located here.

Maven

Dependency Status Build Status

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>

Usage

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);

Donate

If you want to donate to me, just use my bitcoin address: 1K3yoaHnbrYSNwK1d8suDxcEgwQD4Y9Fso