| License |
License |
|---|---|
| GroupId | GroupIdcom.sendinblue |
| ArtifactId | ArtifactIdsendinblue |
| Version | Version2.0 |
| Type | Typejar |
| Description |
Descriptionsendinblue
Sendinblue API Wrapper for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sendinblue-2.0.pom | |
| sendinblue-2.0.jar | 7 KB |
| sendinblue-2.0-sources.jar | 9 KB |
| sendinblue-2.0-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sendinblue/sendinblue/ -->
<dependency>
<groupId>com.sendinblue</groupId>
<artifactId>sendinblue</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sendinblue/sendinblue/
implementation 'com.sendinblue:sendinblue:2.0'
// https://jarcasting.com/artifacts/com.sendinblue/sendinblue/
implementation ("com.sendinblue:sendinblue:2.0")
'com.sendinblue:sendinblue:jar:2.0'
<dependency org="com.sendinblue" name="sendinblue" rev="2.0">
<artifact name="sendinblue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sendinblue', module='sendinblue', version='2.0')
)
libraryDependencies += "com.sendinblue" % "sendinblue" % "2.0"
[com.sendinblue/sendinblue "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |