Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.seratch |
ArtifactId | ArtifactIdjslack-api-client |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
jslack-api-client-2.1.4.pom | |
jslack-api-client-2.1.4.jar | 1 MB |
jslack-api-client-2.1.4-sources.jar | 254 KB |
jslack-api-client-2.1.4-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/jslack-api-client/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>jslack-api-client</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/jslack-api-client/
implementation 'com.github.seratch:jslack-api-client:2.1.4'
// https://jarcasting.com/artifacts/com.github.seratch/jslack-api-client/
implementation ("com.github.seratch:jslack-api-client:2.1.4")
'com.github.seratch:jslack-api-client:jar:2.1.4'
<dependency org="com.github.seratch" name="jslack-api-client" rev="2.1.4">
<artifact name="jslack-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='jslack-api-client', version='2.1.4')
)
libraryDependencies += "com.github.seratch" % "jslack-api-client" % "2.1.4"
[com.github.seratch/jslack-api-client "2.1.4"]