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