Releases: p4535992/webpush-java
Releases · p4535992/webpush-java
Release list
web-push 5.2.1
web-push 5.2.1
Release of my maintained fork of webpush-java, a Java library for sending Web Push notifications with payload encryption and VAPID support.
Installation via JitPack
This fork is available through [JitPack](https://jitpack.io/#p4535992/webpush-java).
Maven
Add the JitPack repository:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Then add the dependency:
<dependency>
<groupId>com.github.p4535992</groupId>
<artifactId>webpush-java</artifactId>
<version>5.2.1</version>
</dependency>Gradle
Add JitPack to your repositories:
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}Then add the dependency:
dependencies {
implementation 'com.github.p4535992:webpush-java:5.2.1'
}Coordinates
com.github.p4535992:webpush-java:5.2.1
JitPack builds this version directly from the GitHub 5.2.1 release tag.
Artifacts
The GitHub release also provides:
web-push-5.2.1.jarweb-push-5.2.1-sources.jarweb-push-5.2.1-javadoc.jar
Project
This repository is a fork of the original webpush-java project and preserves its Java Web Push API while providing releases of this fork through JitPack.
web-push 5.1.4
Full Changelog: 5.1.3...5.1.4