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