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