GroupId | GroupIdcom.github.bingoohuang |
---|---|
ArtifactId | ArtifactIdx-notify |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
x-notify-0.0.4.pom | |
x-notify-0.0.4.jar | 58 KB |
x-notify-0.0.4-sources.jar | 25 KB |
x-notify-0.0.4-javadoc.jar | 204 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/x-notify/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>x-notify</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/x-notify/
implementation 'com.github.bingoohuang:x-notify:0.0.4'
// https://jarcasting.com/artifacts/com.github.bingoohuang/x-notify/
implementation ("com.github.bingoohuang:x-notify:0.0.4")
'com.github.bingoohuang:x-notify:jar:0.0.4'
<dependency org="com.github.bingoohuang" name="x-notify" rev="0.0.4">
<artifact name="x-notify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='x-notify', version='0.0.4')
)
libraryDependencies += "com.github.bingoohuang" % "x-notify" % "0.0.4"
[com.github.bingoohuang/x-notify "0.0.4"]