GroupId | GroupIdcom.github.seratch |
---|---|
ArtifactId | ArtifactIdjslack |
Version | Version1.7.7 |
Type | Typejar |
Filename | Size |
---|---|
jslack-1.7.7.pom | |
jslack-1.7.7.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/jslack/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>jslack</artifactId>
<version>1.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/jslack/
implementation 'com.github.seratch:jslack:1.7.7'
// https://jarcasting.com/artifacts/com.github.seratch/jslack/
implementation ("com.github.seratch:jslack:1.7.7")
'com.github.seratch:jslack:jar:1.7.7'
<dependency org="com.github.seratch" name="jslack" rev="1.7.7">
<artifact name="jslack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='jslack', version='1.7.7')
)
libraryDependencies += "com.github.seratch" % "jslack" % "1.7.7"
[com.github.seratch/jslack "1.7.7"]