GroupId | GroupIdorg.aoju |
---|---|
ArtifactId | ArtifactIdbus-notify |
Version | Version5.8.0 |
Type | Typejar |
Filename | Size |
---|---|
bus-notify-5.8.0.pom | |
bus-notify-5.8.0.jar | 54 KB |
bus-notify-5.8.0-sources.jar | 34 KB |
bus-notify-5.8.0-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aoju/bus-notify/ -->
<dependency>
<groupId>org.aoju</groupId>
<artifactId>bus-notify</artifactId>
<version>5.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aoju/bus-notify/
implementation 'org.aoju:bus-notify:5.8.0'
// https://jarcasting.com/artifacts/org.aoju/bus-notify/
implementation ("org.aoju:bus-notify:5.8.0")
'org.aoju:bus-notify:jar:5.8.0'
<dependency org="org.aoju" name="bus-notify" rev="5.8.0">
<artifact name="bus-notify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aoju', module='bus-notify', version='5.8.0')
)
libraryDependencies += "org.aoju" % "bus-notify" % "5.8.0"
[org.aoju/bus-notify "5.8.0"]