Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.juhewu |
ArtifactId | ArtifactIdmail-spring-boot-samples |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
mail-spring-boot-samples-0.0.1.pom | 761 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.juhewu/mail-spring-boot-samples/ -->
<dependency>
<groupId>org.juhewu</groupId>
<artifactId>mail-spring-boot-samples</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.juhewu/mail-spring-boot-samples/
implementation 'org.juhewu:mail-spring-boot-samples:0.0.1'
// https://jarcasting.com/artifacts/org.juhewu/mail-spring-boot-samples/
implementation ("org.juhewu:mail-spring-boot-samples:0.0.1")
'org.juhewu:mail-spring-boot-samples:pom:0.0.1'
<dependency org="org.juhewu" name="mail-spring-boot-samples" rev="0.0.1">
<artifact name="mail-spring-boot-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.juhewu', module='mail-spring-boot-samples', version='0.0.1')
)
libraryDependencies += "org.juhewu" % "mail-spring-boot-samples" % "0.0.1"
[org.juhewu/mail-spring-boot-samples "0.0.1"]