Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.latestbit |
ArtifactId | ArtifactIdslack-morphism-client_2.12 |
Version | Version1.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.latestbit/slack-morphism-client_2.12/ -->
<dependency>
<groupId>org.latestbit</groupId>
<artifactId>slack-morphism-client_2.12</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.latestbit/slack-morphism-client_2.12/
implementation 'org.latestbit:slack-morphism-client_2.12:1.2.4'
// https://jarcasting.com/artifacts/org.latestbit/slack-morphism-client_2.12/
implementation ("org.latestbit:slack-morphism-client_2.12:1.2.4")
'org.latestbit:slack-morphism-client_2.12:jar:1.2.4'
<dependency org="org.latestbit" name="slack-morphism-client_2.12" rev="1.2.4">
<artifact name="slack-morphism-client_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.latestbit', module='slack-morphism-client_2.12', version='1.2.4')
)
libraryDependencies += "org.latestbit" % "slack-morphism-client_2.12" % "1.2.4"
[org.latestbit/slack-morphism-client_2.12 "1.2.4"]