Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.lindar |
ArtifactId | ArtifactIddotmailer-client |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
dotmailer-client-1.3.0.pom | |
dotmailer-client-1.3.0.jar | 82 KB |
dotmailer-client-1.3.0-sources.jar | 29 KB |
dotmailer-client-1.3.0-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lindar/dotmailer-client/ -->
<dependency>
<groupId>com.lindar</groupId>
<artifactId>dotmailer-client</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lindar/dotmailer-client/
implementation 'com.lindar:dotmailer-client:1.3.0'
// https://jarcasting.com/artifacts/com.lindar/dotmailer-client/
implementation ("com.lindar:dotmailer-client:1.3.0")
'com.lindar:dotmailer-client:jar:1.3.0'
<dependency org="com.lindar" name="dotmailer-client" rev="1.3.0">
<artifact name="dotmailer-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lindar', module='dotmailer-client', version='1.3.0')
)
libraryDependencies += "com.lindar" % "dotmailer-client" % "1.3.0"
[com.lindar/dotmailer-client "1.3.0"]