MVN

com.sorrowblue.twitlin : twitlin-jvm

Maven & Gradle

Jan 21, 2022
1 stars

twitlin-jvm · Twitlin for Twitter API

<dependency>
    <groupId>com.sorrowblue.twitlin</groupId>
    <artifactId>twitlin-jvm</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sorrowblue.twitlin : twitlin-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of com.sorrowblue.twitlin : twitlin-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
twitlin-jvm-0.1.2
twitlin-jvm-0.1.1
twitlin-jvm-0.1.0
0.0.x
twitlin-jvm-0.0.19
twitlin-jvm-0.0.18
twitlin-jvm-0.0.17
twitlin-jvm-0.0.16
twitlin-jvm-0.0.15
twitlin-jvm-0.0.14
twitlin-jvm-0.0.13
twitlin-jvm-0.0.12
twitlin-jvm-0.0.11
twitlin-jvm-0.0.10
twitlin-jvm-0.0.9
twitlin-jvm-0.0.8
twitlin-jvm-0.0.7
twitlin-jvm-0.0.6
twitlin-jvm-0.0.5
twitlin-jvm-0.0.4
twitlin-jvm-0.0.3
twitlin-jvm-0.0.2

How to add a dependency to Maven

Add the following com.sorrowblue.twitlin : twitlin-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sorrowblue.twitlin</groupId>
    <artifactId>twitlin-jvm</artifactId>
    <version>0.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sorrowblue.twitlin : twitlin-jvm gradle dependency to your build.gradle file:

implementation 'com.sorrowblue.twitlin:twitlin-jvm:0.1.2'

Gradle Kotlin DSL: Add the following com.sorrowblue.twitlin : twitlin-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sorrowblue.twitlin:twitlin-jvm:0.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sorrowblue.twitlin : twitlin-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sorrowblue.twitlin" % "twitlin-jvm" % "0.1.2"

Advertisement