com.twitter.BUILD Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twitter-text Show documentation
Show all versions of twitter-text Show documentation
Text processing routines for Twitter Tweets
The newest version!
java_library(
name = "penguin-compat",
provides = artifact(
org = "com.twitter",
name = "twitter-text-penguin-compat",
repo = artifactory,
),
# Exists in order to add-back the deprecated name for the Regex class.
tags = {"deprecated"},
dependencies = [
"twitter-text/lib/java/src/main/java/com/twitter/twittertext",
],
)