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