n

notify

Notification wrappers across services for applications in JVM
https://github.com/ashwanthkumar/notify
Apache2
Ashwanth Kumar
文件下载
文件名 操作
notify-1.0-rc3.pom 下载
Apache Maven
<dependency>
  <groupId>in.ashwanthkumar</groupId>
  <artifactId>notify</artifactId>
  <version>1.0-rc3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'in.ashwanthkumar:notify:1.0-rc3'
Gradle Kotlin
implementation("in.ashwanthkumar:notify:1.0-rc3")
Scala SBT
libraryDependencies += "in.ashwanthkumar" % "notify" % "1.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='in.ashwanthkumar', module='notify', version='1.0-rc3')
)
Apache Ivy
<dependency org="in.ashwanthkumar" name="notify" rev="1.0-rc3" />
Leiningen
[in.ashwanthkumar/notify "1.0-rc3"]
Apache Buildr
'in.ashwanthkumar:notify:jar:1.0-rc3'