Twitter Text Java library

Text processing routines for Twitter Tweets

License

License

GroupId

GroupId

com.twitter.twittertext
ArtifactId

ArtifactId

twitter-text
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Twitter Text Java library
Text processing routines for Twitter Tweets
Project URL

Project URL

https://github.com/twitter/twitter-text
Source Code Management

Source Code Management

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

Download twitter-text

How to add to project

<!-- https://jarcasting.com/artifacts/com.twitter.twittertext/twitter-text/ -->
<dependency>
    <groupId>com.twitter.twittertext</groupId>
    <artifactId>twitter-text</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.twittertext/twitter-text/
implementation 'com.twitter.twittertext:twitter-text:3.1.0'
// https://jarcasting.com/artifacts/com.twitter.twittertext/twitter-text/
implementation ("com.twitter.twittertext:twitter-text:3.1.0")
'com.twitter.twittertext:twitter-text:jar:3.1.0'
<dependency org="com.twitter.twittertext" name="twitter-text" rev="3.1.0">
  <artifact name="twitter-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.twittertext', module='twitter-text', version='3.1.0')
)
libraryDependencies += "com.twitter.twittertext" % "twitter-text" % "3.1.0"
[com.twitter.twittertext/twitter-text "3.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.9.1
com.fasterxml.jackson.core : jackson-databind jar 2.8.7

Project Modules

There are no modules declared in this project.

twitter-text

This repository is a collection of libraries and conformance tests to standardize parsing of Tweet text. It synchronizes development, testing, creating issues, and pull requests for twitter-text's implementations and specification. These libraries are responsible for determining the quantity of characters in a Tweet and identifying and linking any URL, @username, #hashtag, or $cashtag.

See implementations and conformance in this repository below:

Other language implementations

The following implementations exist in other programming languages, but are not supported by or used by Twitter. We'd like to thank the authors for building and maintaining these alternatives.

If you would like to contribute a link to other implementations, please consider sending a Pull Request, or letting us know via the Twitter Developer Community forums.

Copyright and License

Copyright 2012-2020 Twitter, Inc and other contributors

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

com.twitter.twittertext

Twitter

Twitter 💙 #opensource

Versions

Version
3.1.0
3.0.1
2.0.10
2.0.9
2.0.8