GroupId | GroupIdtech.aroma |
---|---|
ArtifactId | ArtifactIdaroma-email-service |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
aroma-email-service-1.0.pom | |
aroma-email-service-1.0.jar | 21 KB |
aroma-email-service-1.0-sources.jar | 16 KB |
aroma-email-service-1.0-javadoc.jar | 82 KB |
aroma-email-service-1.0-bin.zip | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.aroma/aroma-email-service/ -->
<dependency>
<groupId>tech.aroma</groupId>
<artifactId>aroma-email-service</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.aroma/aroma-email-service/
implementation 'tech.aroma:aroma-email-service:1.0'
// https://jarcasting.com/artifacts/tech.aroma/aroma-email-service/
implementation ("tech.aroma:aroma-email-service:1.0")
'tech.aroma:aroma-email-service:jar:1.0'
<dependency org="tech.aroma" name="aroma-email-service" rev="1.0">
<artifact name="aroma-email-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.aroma', module='aroma-email-service', version='1.0')
)
libraryDependencies += "tech.aroma" % "aroma-email-service" % "1.0"
[tech.aroma/aroma-email-service "1.0"]