Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.mailjet |
ArtifactId | ArtifactIdmailjet-client |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mailjet-client-4.0.0.pom | |
mailjet-client-4.0.0.jar | 99 KB |
mailjet-client-4.0.0-sources.jar | 54 KB |
mailjet-client-4.0.0-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mailjet/mailjet-client/ -->
<dependency>
<groupId>com.mailjet</groupId>
<artifactId>mailjet-client</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mailjet/mailjet-client/
implementation 'com.mailjet:mailjet-client:4.0.0'
// https://jarcasting.com/artifacts/com.mailjet/mailjet-client/
implementation ("com.mailjet:mailjet-client:4.0.0")
'com.mailjet:mailjet-client:jar:4.0.0'
<dependency org="com.mailjet" name="mailjet-client" rev="4.0.0">
<artifact name="mailjet-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mailjet', module='mailjet-client', version='4.0.0')
)
libraryDependencies += "com.mailjet" % "mailjet-client" % "4.0.0"
[com.mailjet/mailjet-client "4.0.0"]