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