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