api-v2-jvm
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sorrowblue.twitlin</groupId> <artifactId>api-v2-jvm</artifactId> <version>0.2.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 https://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.sorrowblue.twitlin</groupId> <artifactId>api-v2-jvm</artifactId> <version>0.2.0</version> <name>api-v2-jvm</name> <description>Twitlin for Twitter API</description> <url>https://github.com/SorrowBlue/Twitlin</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>sorrowblue_sb</id> <name>Sorrow Blue</name> <email>sorrowblue.sb@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/SorrowBlue/Twitlin.git</connection> <developerConnection>scm:git:ssh://github.com/SorrowBlue/Twitlin.git</developerConnection> <url>https://github.com/SorrowBlue/Twitlin/tree/main</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.6.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sorrowblue.twitlin</groupId> <artifactId>core-jvm</artifactId> <version>0.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>1.6.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-jvm</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-jvm</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-jvm</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-core-jvm</artifactId> <version>1.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-jvm</artifactId> <version>1.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-properties-jvm</artifactId> <version>1.3.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>