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