Categories |
CategoriesScala Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.github.slack-scala-client |
ArtifactId | ArtifactIdslack-scala-client_2.11 |
Version | Version0.2.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.slack-scala-client/slack-scala-client_2.11/ -->
<dependency>
<groupId>com.github.slack-scala-client</groupId>
<artifactId>slack-scala-client_2.11</artifactId>
<version>0.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.slack-scala-client/slack-scala-client_2.11/
implementation 'com.github.slack-scala-client:slack-scala-client_2.11:0.2.14'
// https://jarcasting.com/artifacts/com.github.slack-scala-client/slack-scala-client_2.11/
implementation ("com.github.slack-scala-client:slack-scala-client_2.11:0.2.14")
'com.github.slack-scala-client:slack-scala-client_2.11:jar:0.2.14'
<dependency org="com.github.slack-scala-client" name="slack-scala-client_2.11" rev="0.2.14">
<artifact name="slack-scala-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.slack-scala-client', module='slack-scala-client_2.11', version='0.2.14')
)
libraryDependencies += "com.github.slack-scala-client" % "slack-scala-client_2.11" % "0.2.14"
[com.github.slack-scala-client/slack-scala-client_2.11 "0.2.14"]