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