mtproto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.telegram-s</groupId> <artifactId>mtproto</artifactId> <version>1.5.0</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.telegram-s</groupId> <artifactId>mtproto</artifactId> <version>1.5.0</version> <name>Telegram MTProto</name> <description>Telegram MTProto implementation for java</description> <url>https://github.com/telegram-s/telegram-mt</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ex3ndr</id> <name>Stepan Korshakov</name> </developer> </developers> <scm> <connection>scm:git@github.com:telegram-s/telegram-mt.git</connection> <developerConnection>scm:git@github.com:telegram-s/telegram-mt.git</developerConnection> <url>scm:git@github.com:telegram-s/telegram-mt.git</url> </scm> <dependencies> <dependency> <groupId>com.droidkit</groupId> <artifactId>actors</artifactId> <version>0.2.48+</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.telegram-s</groupId> <artifactId>tl-core</artifactId> <version>1.1+</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>[4,)</version> <scope>test</scope> </dependency> </dependencies> </project>