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