License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.github.slackey |
ArtifactId | ArtifactIdslackey_2.11 |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionslackey
An Akka actor playing a customizable Slack bot with state handling
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
slackey_2.11-0.1.1.pom | |
slackey_2.11-0.1.1.jar | 433 KB |
slackey_2.11-0.1.1-sources.jar | 28 KB |
slackey_2.11-0.1.1-javadoc.jar | 617 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.slackey/slackey_2.11/ -->
<dependency>
<groupId>com.github.slackey</groupId>
<artifactId>slackey_2.11</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.slackey/slackey_2.11/
implementation 'com.github.slackey:slackey_2.11:0.1.1'
// https://jarcasting.com/artifacts/com.github.slackey/slackey_2.11/
implementation ("com.github.slackey:slackey_2.11:0.1.1")
'com.github.slackey:slackey_2.11:jar:0.1.1'
<dependency org="com.github.slackey" name="slackey_2.11" rev="0.1.1">
<artifact name="slackey_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.slackey', module='slackey_2.11', version='0.1.1')
)
libraryDependencies += "com.github.slackey" % "slackey_2.11" % "0.1.1"
[com.github.slackey/slackey_2.11 "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.5 |
com.ning : async-http-client | jar | 1.9.10 |
org.json4s : json4s-jackson_2.11 | jar | 3.2.10 |
com.typesafe.akka : akka-actor_2.11 | jar | 2.3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 2.2.1 |