GroupId | GroupIdcom.github.seratch |
---|---|
ArtifactId | ArtifactIdjslack |
Version | Version1.0.14 |
Type | Typejar |
Filename | Size |
---|---|
jslack-1.0.14.pom | |
jslack-1.0.14.jar | 603 KB |
jslack-1.0.14-sources.jar | 145 KB |
jslack-1.0.14-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.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/jslack/
implementation 'com.github.seratch:jslack:1.0.14'
// https://jarcasting.com/artifacts/com.github.seratch/jslack/
implementation ("com.github.seratch:jslack:1.0.14")
'com.github.seratch:jslack:jar:1.0.14'
<dependency org="com.github.seratch" name="jslack" rev="1.0.14">
<artifact name="jslack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='jslack', version='1.0.14')
)
libraryDependencies += "com.github.seratch" % "jslack" % "1.0.14"
[com.github.seratch/jslack "1.0.14"]