actor-botkit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>im.actor</groupId>
<artifactId>actor-botkit</artifactId>
<version>1.0.113</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>im.actor</groupId>
<artifactId>actor-botkit</artifactId>
<packaging>jar</packaging>
<description>actor-botkit</description>
<version>1.0.113</version>
<licenses>
<license>
<name>Apache v2</name>
<url>https://github.com/actorapp/actor-platform/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>actor-botkit</name>
<organization>
<name>im.actor</name>
<url>https://actor.im</url>
</organization>
<url>https://actor.im</url>
<scm>
<connection>scm:git:github.com/actorapp/actor-platform.git</connection>
<developerConnection>scm:git:git@github.com:actorapp/actor-platform.git</developerConnection>
<url>github.com/(your repository url)</url>
</scm>
<developers>
<developer>
<id>prettynatty</id>
<name>Andrey Kuznetsov</name>
<url>https://github.com/prettynatty</url>
</developer>
<developer>
<id>rockjam</id>
<name>Nikolay Tatarinov</name>
<url>https://github.com/rockjam</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>im.actor</groupId>
<artifactId>actor-bots-shared</artifactId>
<version>1.0.113</version>
</dependency>
<dependency>
<groupId>im.actor</groupId>
<artifactId>actor-concurrent_2.11</artifactId>
<version>0.0.20</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.11</artifactId>
<version>2.4.10</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-experimental_2.11</artifactId>
<version>2.4.10</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-slf4j_2.11</artifactId>
<version>2.4.10</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-java8-compat_2.11</artifactId>
<version>0.7.0</version>
</dependency>
<dependency>
<groupId>com.wandoulabs.akka</groupId>
<artifactId>spray-websocket_2.11</artifactId>
<version>0.1.4</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>upickle_2.11</artifactId>
<version>0.3.6</version>
</dependency>
</dependencies>
</project>