简体   繁体   中英

Adding Twitter Jar File as a Maven dependency in eclipse

How can I add the Twitter4j core jar file as a Maven dependency in my project please? I am using eclipse Java.

Add the following dependency in the pom.xml file.

<dependency>
     <groupId>org.twitter4j</groupId>
     <artifactId>twitter4j-core</artifactId>
     <version>4.0.7</version>
 </dependency>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM