文件下载
文件名 操作
jslack-1.0.26.jar 下载
jslack-1.0.26.pom 下载
jslack-1.0.26-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.seratch</groupId>
  <artifactId>jslack</artifactId>
  <version>1.0.26</version>
</dependency>
Gradle Groovy
implementation 'com.github.seratch:jslack:1.0.26'
Gradle Kotlin
implementation("com.github.seratch:jslack:1.0.26")
Scala SBT
libraryDependencies += "com.github.seratch" % "jslack" % "1.0.26"
Groovy Grape
@Grapes(
  @Grab(group='com.github.seratch', module='jslack', version='1.0.26')
)
Apache Ivy
<dependency org="com.github.seratch" name="jslack" rev="1.0.26" />
Leiningen
[com.github.seratch/jslack "1.0.26"]
Apache Buildr
'com.github.seratch:jslack:jar:1.0.26'