Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdes.atrujillo.mjml |
ArtifactId | ArtifactIdmjml-rest-client |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
mjml-rest-client-1.5.0.pom | |
mjml-rest-client-1.5.0.jar | 57 KB |
mjml-rest-client-1.5.0-sources.jar | 15 KB |
mjml-rest-client-1.5.0-javadoc.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.atrujillo.mjml/mjml-rest-client/ -->
<dependency>
<groupId>es.atrujillo.mjml</groupId>
<artifactId>mjml-rest-client</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/es.atrujillo.mjml/mjml-rest-client/
implementation 'es.atrujillo.mjml:mjml-rest-client:1.5.0'
// https://jarcasting.com/artifacts/es.atrujillo.mjml/mjml-rest-client/
implementation ("es.atrujillo.mjml:mjml-rest-client:1.5.0")
'es.atrujillo.mjml:mjml-rest-client:jar:1.5.0'
<dependency org="es.atrujillo.mjml" name="mjml-rest-client" rev="1.5.0">
<artifact name="mjml-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.atrujillo.mjml', module='mjml-rest-client', version='1.5.0')
)
libraryDependencies += "es.atrujillo.mjml" % "mjml-rest-client" % "1.5.0"
[es.atrujillo.mjml/mjml-rest-client "1.5.0"]