Introduce a utility class for finding reasonable times to send push notifications

This commit is contained in:
Jon Chambers
2024-07-11 17:36:54 -04:00
committed by GitHub
parent eac75aad03
commit 5e8a0b2cfa
3 changed files with 170 additions and 0 deletions

View File

@@ -393,6 +393,14 @@
<artifactId>libphonenumber</artifactId>
</dependency>
<!-- Provides tools for mapping phone numbers to time zones, which is helpful for scheduling push notifications
during waking hours -->
<dependency>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>geocoder</artifactId>
<version>2.234</version>
</dependency>
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>
<artifactId>argparse4j</artifactId>