FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
webpush-java/webpush/src/main/java/module-info.java at master · andreblanke/webpush-java · GitHub
This repository was archived by the owner on Oct 30, 2024. It is now read-only.
andreblanke
/
webpush-java
Public archive
forked from
web-push-libs/webpush-java
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
webpush-java
/
webpush
/
src
/
main
/
java
/
module-info.java
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (7 loc) · 217 Bytes
Breadcrumbs
webpush-java
/
webpush
/
src
/
main
/
java
/
module-info.java
Copy path
File metadata and controls
10 lines (7 loc) · 217 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
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
;
}
Back
|
FazBrowse Home
|
New Git URL