| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.juhewu | 
| ArtifactId | ArtifactIdmail-spring-boot-actuator | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjuhewu mail Spring Boot :: Actuator juhewu mail Spring Boot Actuator | 
<!-- https://jarcasting.com/artifacts/org.juhewu/mail-spring-boot-actuator/ -->
<dependency>
    <groupId>org.juhewu</groupId>
    <artifactId>mail-spring-boot-actuator</artifactId>
    <version>0.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.juhewu/mail-spring-boot-actuator/
implementation 'org.juhewu:mail-spring-boot-actuator:0.0.1'// https://jarcasting.com/artifacts/org.juhewu/mail-spring-boot-actuator/
implementation ("org.juhewu:mail-spring-boot-actuator:0.0.1")'org.juhewu:mail-spring-boot-actuator:jar:0.0.1'<dependency org="org.juhewu" name="mail-spring-boot-actuator" rev="0.0.1">
  <artifact name="mail-spring-boot-actuator" type="jar" />
</dependency>@Grapes(
@Grab(group='org.juhewu', module='mail-spring-boot-actuator', version='0.0.1')
)libraryDependencies += "org.juhewu" % "mail-spring-boot-actuator" % "0.0.1"[org.juhewu/mail-spring-boot-actuator "0.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Optional | jar | |
| org.springframework.boot : spring-boot-starter-actuator Optional | jar | |
| org.springframework.boot : spring-boot-autoconfigure Optional | jar | |
| org.juhewu : mail-spring-boot-autoconfigure | jar | ${revision} | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |