Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.metaring |
ArtifactId | ArtifactIdframework-ext-spring-boot-email |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.metaring/framework-ext-spring-boot-email/ -->
<dependency>
<groupId>com.metaring</groupId>
<artifactId>framework-ext-spring-boot-email</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.metaring/framework-ext-spring-boot-email/
implementation 'com.metaring:framework-ext-spring-boot-email:1.0.7'
// https://jarcasting.com/artifacts/com.metaring/framework-ext-spring-boot-email/
implementation ("com.metaring:framework-ext-spring-boot-email:1.0.7")
'com.metaring:framework-ext-spring-boot-email:jar:1.0.7'
<dependency org="com.metaring" name="framework-ext-spring-boot-email" rev="1.0.7">
<artifact name="framework-ext-spring-boot-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metaring', module='framework-ext-spring-boot-email', version='1.0.7')
)
libraryDependencies += "com.metaring" % "framework-ext-spring-boot-email" % "1.0.7"
[com.metaring/framework-ext-spring-boot-email "1.0.7"]