AutoPostSmartTimerTrigger
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.insanusmokrassar</groupId>
<artifactId>AutoPostSmartTimerTrigger</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.insanusmokrassar</groupId>
<artifactId>AutoPostSmartTimerTrigger</artifactId>
<version>1.0.0</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.11</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-runtime</artifactId>
<version>0.9.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core</artifactId>
<version>1.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-okhttp</artifactId>
<version>1.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.insanusmokrassar</groupId>
<artifactId>AutoPostTelegramBot</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>Telegram Bot API</name>
<description>It is one more project which wish to be useful and full Telegram Bots API bridge for Kotlin</description>
<url>https://insanusmokrassar.github.io/AutoPostSmartTimerTrigger</url>
<scm>
<connection>scm:git:git://github.com/insanusmokrassar/AutoPostSmartTimerTrigger.git</connection>
<developerConnection>scm:git:[fetch=]https://github.com/insanusmokrassar/AutoPostSmartTimerTrigger.git[push=]ssh:git@github.com:insanusmokrassar/AutoPostSmartTimerTrigger.git</developerConnection>
<url>https://github.com/insanusmokrassar/AutoPostSmartTimerTrigger</url>
</scm>
<developers>
<developer>
<id>InsanusMokrassar</id>
<name>Ovsyannikov Alexey</name>
<email>ovsyannikov.alexey95@gmail.com</email>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://github.com/InsanusMokrassar/TelegramBotAPI/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>