License |
License |
---|---|
GroupId | GroupIdcom.messagemedia.sdk |
ArtifactId | ArtifactIdwebhooks |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionMessageMedia Webhooks SDK
Webhooks Management API allows you to manage your webhooks configuration. You can subscribe to one or
several events, retrieve the webhooks, update them or even delete them if needed.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
webhooks-1.0.0.pom | |
webhooks-1.0.0.jar | 55 KB |
webhooks-1.0.0-sources.jar | 31 KB |
webhooks-1.0.0-javadoc.jar | 579 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.messagemedia.sdk/webhooks/ -->
<dependency>
<groupId>com.messagemedia.sdk</groupId>
<artifactId>webhooks</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.messagemedia.sdk/webhooks/
implementation 'com.messagemedia.sdk:webhooks:1.0.0'
// https://jarcasting.com/artifacts/com.messagemedia.sdk/webhooks/
implementation ("com.messagemedia.sdk:webhooks:1.0.0")
'com.messagemedia.sdk:webhooks:jar:1.0.0'
<dependency org="com.messagemedia.sdk" name="webhooks" rev="1.0.0">
<artifact name="webhooks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.messagemedia.sdk', module='webhooks', version='1.0.0')
)
libraryDependencies += "com.messagemedia.sdk" % "webhooks" % "1.0.0"
[com.messagemedia.sdk/webhooks "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.0 |
org.apache.httpcomponents : httpasyncclient | jar | 4.0.1 |
org.apache.httpcomponents : httpclient | jar | 4.4.1 |
org.apache.httpcomponents : httpcore | jar | 4.4.1 |
org.apache.httpcomponents : httpmime | jar | 4.3.4 |
org.apache.httpcomponents : httpcore-nio | jar | 4.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |