Skip to content

Releases: p4535992/webpush-java

web-push 5.2.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:54

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.jar
  • web-push-5.2.1-sources.jar
  • web-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

Choose a tag to compare

@github-actions github-actions released this 25 Aug 11:00

Full Changelog: 5.1.3...5.1.4

web-push 5.1.3

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:32

What's Changed

New Contributors

Full Changelog: 5.1.2...5.1.3