All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bpush.webpush.6.1.3.source-code.module-info Maven / Gradle / Ivy

The newest version!
module webpush {
    requires java.net.http;

    requires org.bouncycastle.provider;

    exports nl.martijndwars.webpush;
    exports nl.martijndwars.webpush.jwt;

    uses nl.martijndwars.webpush.jwt.JwtFactory;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy