Skip to content

Latest commit

 

History

History
 
 

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Maven Central

twitter-text-java

Java port of the twitter-text handling libraries.

Getting Started

The latest artifacts are published to maven central.

Bringing twitter-text-java into your project should be as simple as adding the following to your pom.xml:

  <dependencies>
    <dependency>
      <groupId>com.twitter</groupId>
      <artifactId>twitter-text</artifactId>
      <version>1.6.1</version> <!-- or whatever the latest version is -->
    </dependency>
  </dependencies>

Building

Simply run maven:

mvn clean install

Issues

Have a bug? Please create an issue here on GitHub!

https://github.com/twitter/twitter-text/issues

License

Copyright 2011,2014 Twitter, Inc. and other contributors

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0