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