web-push-libs / webpush-java

Web Push library for Java
MIT License
315 stars 113 forks source link

How to install in Eclipse? #176

Closed rarahim75 closed 2 years ago

rarahim75 commented 2 years ago

How to install this library in Eclipse if i'm not using gradle nor maven?

martijndwars commented 2 years ago

You would have to manually collect and download the dependency (and all its transitive dependencies) from Maven Central and add them to your project's classpath in Eclipse (see e.g. this StackOverflow question). I would strongly recommend using Maven or Gradle though; manually managing dependencies is a pain.