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