GroupId | GroupIdcom.gu |
---|---|
ArtifactId | ArtifactIdatom-renderer-email_2.12 |
Version | Version0.15.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gu/atom-renderer-email_2.12/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>atom-renderer-email_2.12</artifactId>
<version>0.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/atom-renderer-email_2.12/
implementation 'com.gu:atom-renderer-email_2.12:0.15.0'
// https://jarcasting.com/artifacts/com.gu/atom-renderer-email_2.12/
implementation ("com.gu:atom-renderer-email_2.12:0.15.0")
'com.gu:atom-renderer-email_2.12:jar:0.15.0'
<dependency org="com.gu" name="atom-renderer-email_2.12" rev="0.15.0">
<artifact name="atom-renderer-email_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='atom-renderer-email_2.12', version='0.15.0')
)
libraryDependencies += "com.gu" % "atom-renderer-email_2.12" % "0.15.0"
[com.gu/atom-renderer-email_2.12 "0.15.0"]