Implement Twilio and Sendgrid
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user