GroupId | GroupIdorg.aoju |
---|---|
ArtifactId | ArtifactIdbus-notify |
Version | Version5.9.3 |
Type | Typejar |
Filename | Size |
---|---|
bus-notify-5.9.3.pom | |
bus-notify-5.9.3.jar | 42 KB |
bus-notify-5.9.3-sources.jar | 31 KB |
bus-notify-5.9.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.aoju/bus-notify/
implementation 'org.aoju:bus-notify:5.9.3'
// https://jarcasting.com/artifacts/org.aoju/bus-notify/
implementation ("org.aoju:bus-notify:5.9.3")
'org.aoju:bus-notify:jar:5.9.3'
<dependency org="org.aoju" name="bus-notify" rev="5.9.3">
<artifact name="bus-notify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aoju', module='bus-notify', version='5.9.3')
)
libraryDependencies += "org.aoju" % "bus-notify" % "5.9.3"
[org.aoju/bus-notify "5.9.3"]