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