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