| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.github.agaro1121 |
| ArtifactId | ArtifactIdscala-slack-shared-events_2.12 |
| Version | Version0.2.13 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.agaro1121/scala-slack-shared-events_2.12/ -->
<dependency>
<groupId>com.github.agaro1121</groupId>
<artifactId>scala-slack-shared-events_2.12</artifactId>
<version>0.2.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.agaro1121/scala-slack-shared-events_2.12/
implementation 'com.github.agaro1121:scala-slack-shared-events_2.12:0.2.13'
// https://jarcasting.com/artifacts/com.github.agaro1121/scala-slack-shared-events_2.12/
implementation ("com.github.agaro1121:scala-slack-shared-events_2.12:0.2.13")
'com.github.agaro1121:scala-slack-shared-events_2.12:jar:0.2.13'
<dependency org="com.github.agaro1121" name="scala-slack-shared-events_2.12" rev="0.2.13">
<artifact name="scala-slack-shared-events_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.agaro1121', module='scala-slack-shared-events_2.12', version='0.2.13')
)
libraryDependencies += "com.github.agaro1121" % "scala-slack-shared-events_2.12" % "0.2.13"
[com.github.agaro1121/scala-slack-shared-events_2.12 "0.2.13"]