/maven

Maven Repo

Primary LanguageCSS

This a maven repo hosted on Github.

  1. To use this add the maven repo site: https://dk8996.github.io/maven/
  2. Then add the dependenc

Maven

<dependency>
    <groupId>org.twitter4j</groupId>
    <artifactId>twitter4j-core</artifactId>
    <version>4.0.6-dk8996-2</version>
</dependency>

SBT

libraryDependencies += "org.twitter4j" % "twitter4j-core" % "4.0.6-dk8996-2"