Download twitter4j-core-4.0.5.jar file - Jar t

Jar examples for t:twitter4j-core

Description

A Java library for the Twitter API. It's a fork from https://github.com/yusuke/twitter4j

You can download jar file twitter4j-core 4.0.5 in this page.

License

Apache License 2.0

Build File

You can use the following script to add twitter4j-core-4.0.5.jar to your project.

<dependency>
   <groupId>com.knowably</groupId>
   <artifactId>twitter4j-core</artifactId>
   <version>4.0.5</version>
</dependency>
compile group: 'com.knowably', name: 'twitter4j-core', version: '4.0.5'
libraryDependencies += "com.knowably" % "twitter4j-core" % "4.0.5"
<dependency org="com.knowably" name="twitter4j-core" rev="4.0.5"/>
@Grapes(@Grab(group='com.knowably', module='twitter4j-core', version='4.0.5'))
'com.knowably:twitter4j-core:jar:4.0.5'

Download

Click the following link to download the jar file.

twitter4j-core-4.0.5-javadoc.jar
twitter4j-core-4.0.5-sources.jar
twitter4j-core-4.0.5.jar
twitter4j-core-4.0.5.pom



Related Tutorials