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