Releases: Raudius/Pushraven
Releases · Raudius/Pushraven
Pushraven v1.0.3
Pushraven v1.0.2
Credentials can now be set directly (no need for a JSON file) using Pushraven.setCredential()
Pushraven v1.0.1 (REST v1 API)
Fully updated to new API specification.
Major changes to the implementation. See Reamde for details.
It is recommended to include as a dependency to your project.
Maven:
<dependency>
<groupId>us.raudi</groupId>
<artifactId>pushraven</artifactId>
<version>1.0.1</version>
</dependency>
Gradle:
compile group: 'us.raudi', name: 'pushraven', version: '1.0.1'
If you download the jars, you must also include json-simple and the google-api-client jars into your project!!
Pushraven (LEGACY)
It is recommended you add Pushraven as a dependency to your project instead of importing the jar
Changes:
- Changed package name to accommodate for namespace in Central Repo
- json-simple no longer packaged in jar
- Fixed bug involving attribute: body_loc_args
- Added javadoc