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