s

savior-event

Files download
File Operation
savior-event-1.0.2.jar download
savior-event-1.0.2.pom download
savior-event-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.sunjinxin.savior</groupId>
  <artifactId>savior-event</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'cn.sunjinxin.savior:savior-event:1.0.2'
Gradle Kotlin
implementation("cn.sunjinxin.savior:savior-event:1.0.2")
Scala SBT
libraryDependencies += "cn.sunjinxin.savior" % "savior-event" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='cn.sunjinxin.savior', module='savior-event', version='1.0.2')
)
Apache Ivy
<dependency org="cn.sunjinxin.savior" name="savior-event" rev="1.0.2" />
Leiningen
[cn.sunjinxin.savior/savior-event "1.0.2"]
Apache Buildr
'cn.sunjinxin.savior:savior-event:jar:1.0.2'