All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.BUILD Maven / Gradle / Ivy

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",
    ],
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy