Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdfr.sii.ogham |
ArtifactId | ArtifactIdogham-spring-boot-starter-email |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.sii.ogham/ogham-spring-boot-starter-email/ -->
<dependency>
<groupId>fr.sii.ogham</groupId>
<artifactId>ogham-spring-boot-starter-email</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.sii.ogham/ogham-spring-boot-starter-email/
implementation 'fr.sii.ogham:ogham-spring-boot-starter-email:2.0.0'
// https://jarcasting.com/artifacts/fr.sii.ogham/ogham-spring-boot-starter-email/
implementation ("fr.sii.ogham:ogham-spring-boot-starter-email:2.0.0")
'fr.sii.ogham:ogham-spring-boot-starter-email:jar:2.0.0'
<dependency org="fr.sii.ogham" name="ogham-spring-boot-starter-email" rev="2.0.0">
<artifact name="ogham-spring-boot-starter-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.sii.ogham', module='ogham-spring-boot-starter-email', version='2.0.0')
)
libraryDependencies += "fr.sii.ogham" % "ogham-spring-boot-starter-email" % "2.0.0"
[fr.sii.ogham/ogham-spring-boot-starter-email "2.0.0"]