Implement Twilio and Sendgrid

This commit is contained in:
2026-01-03 14:56:57 +01:00
parent 83b7a6d5cb
commit 7eaa3098d6
11 changed files with 249 additions and 0 deletions

View File

@@ -51,6 +51,12 @@ dependencies {
//======================MQTT======================
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
//======================TWILIO======================
implementation(group = "com.twilio.sdk", name = "twilio", version = "8.0.0")
//======================SENDGRID======================
implementation("com.sendgrid:sendgrid-java:4.4.1")
//======================PROMETHEUS======================
runtimeOnly("io.micrometer:micrometer-registry-prometheus")