| GroupId | GroupIdorg.aoju |
|---|---|
| ArtifactId | ArtifactIdbus-health |
| Version | Version3.5.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bus-health-3.5.2.pom | |
| bus-health-3.5.2.jar | 16 KB |
| bus-health-3.5.2-sources.jar | 21 KB |
| bus-health-3.5.2-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aoju/bus-health/ -->
<dependency>
<groupId>org.aoju</groupId>
<artifactId>bus-health</artifactId>
<version>3.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.aoju/bus-health/
implementation 'org.aoju:bus-health:3.5.2'
// https://jarcasting.com/artifacts/org.aoju/bus-health/
implementation ("org.aoju:bus-health:3.5.2")
'org.aoju:bus-health:jar:3.5.2'
<dependency org="org.aoju" name="bus-health" rev="3.5.2">
<artifact name="bus-health" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aoju', module='bus-health', version='3.5.2')
)
libraryDependencies += "org.aoju" % "bus-health" % "3.5.2"
[org.aoju/bus-health "3.5.2"]