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