MVN

moe.tlaster : twitter-parser-linuxarm32hfp

Maven & Gradle

Apr 04, 2023
6 stars

twitter-parser · Twitter parser

<dependency>
    <groupId>moe.tlaster</groupId>
    <artifactId>twitter-parser-linuxarm32hfp</artifactId>
    <version>0.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of moe.tlaster : twitter-parser-linuxarm32hfp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.9

All Versions

Choose a version of moe.tlaster : twitter-parser-linuxarm32hfp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
twitter-parser-linuxarm32hfp-0.2.9
twitter-parser-linuxarm32hfp-0.2.8
twitter-parser-linuxarm32hfp-0.2.7
twitter-parser-linuxarm32hfp-0.2.6
twitter-parser-linuxarm32hfp-0.2.5
twitter-parser-linuxarm32hfp-0.2.4
twitter-parser-linuxarm32hfp-0.2.3
twitter-parser-linuxarm32hfp-0.2.2
twitter-parser-linuxarm32hfp-0.2.1
twitter-parser-linuxarm32hfp-0.2.0

How to add a dependency to Maven

Add the following moe.tlaster : twitter-parser-linuxarm32hfp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>moe.tlaster</groupId>
    <artifactId>twitter-parser-linuxarm32hfp</artifactId>
    <version>0.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following moe.tlaster : twitter-parser-linuxarm32hfp gradle dependency to your build.gradle file:

implementation 'moe.tlaster:twitter-parser-linuxarm32hfp:0.2.9'

Gradle Kotlin DSL: Add the following moe.tlaster : twitter-parser-linuxarm32hfp gradle kotlin dependency to your build.gradle.kts file:

implementation("moe.tlaster:twitter-parser-linuxarm32hfp:0.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following moe.tlaster : twitter-parser-linuxarm32hfp sbt scala dependency to your build.sbt file:

libraryDependencies += "moe.tlaster" % "twitter-parser-linuxarm32hfp" % "0.2.9"

Advertisement