{"id":29376488,"url":"https://github.com/twitter/cloudhopper-commons","last_synced_at":"2025-11-06T10:03:57.836Z","repository":{"id":12323529,"uuid":"14960307","full_name":"twitter/cloudhopper-commons","owner":"twitter","description":"Cloudhopper Commons","archived":false,"fork":false,"pushed_at":"2024-07-03T03:18:33.000Z","size":6467,"stargazers_count":61,"open_issues_count":19,"forks_count":72,"subscribers_count":117,"default_branch":"master","last_synced_at":"2025-07-04T14:37:45.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twitter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-05T17:12:29.000Z","updated_at":"2025-04-04T02:25:54.000Z","dependencies_parsed_at":"2023-01-16T20:00:24.681Z","dependency_job_id":null,"html_url":"https://github.com/twitter/cloudhopper-commons","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/twitter/cloudhopper-commons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fcloudhopper-commons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fcloudhopper-commons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fcloudhopper-commons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fcloudhopper-commons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twitter","download_url":"https://codeload.github.com/twitter/cloudhopper-commons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fcloudhopper-commons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268697275,"owners_count":24292395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-09T22:43:10.647Z","updated_at":"2025-11-06T10:03:57.785Z","avatar_url":"https://github.com/twitter.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cloudhopper by Twitter [![Build Status](https://secure.travis-ci.org/twitter/cloudhopper-commons.png?branch=master)](http://travis-ci.org/twitter/cloudhopper-commons)\n======================\n\nCommon Java libraries used by the Cloudhopper family of mobile messaging applications at Twitter.\n\ncloudhopper-commons-charset\n---------------------------\nUtility Java classes for converting between charsets (mostly \"mobile\" in nature) such as Unicode to GSM and vice versa. This library attempts to contain the fastest and most efficient methods for converting charsets to/from byte arrays.\n\ncloudhopper-commons-gsm\n-----------------------\nUtility Java classes for working with [GSM](http://en.wikipedia.org/wiki/GSM \"GSM\") mobile technologies (usually SMS or MMS).\n\ncloudhopper-commons-io\n----------------------\nI/O utilities. Currently useful for file watching, reading and writing.\n\ncloudhopper-commons-locale\n--------------------------\nLocalization utilities for Cloudhopper projects. Country, country code and timezone utilities.\n\ncloudhopper-commons-rfs\n-----------------------\nCloudhopper Commons RFS supports copying and moving files to remote filesystems. Various protocols are supported such as FTP, SSL/TLS FTP, Secure FTP, and possibly more in the future.  Each is configured with a simple URL-based syntax. Authentication is supported for each protocol.\n\ncloudhopper-commons-sql\n-----------------------\nProvides a consistent interface to configure, create, and manage (via JMX) various DataSource providers that may provide Connection pooling. Currently supports C3P0 and Proxool.\n\ncloudhopper-commons-util\n------------------------\nUtility Java classes commonly used across all Cloudhopper-based projects.\n\ncloudhopper-commons-xbean\n-------------------------\nThe Xbean Java library is a set of utility classes for creating or configuring a Java object from XML. The library is a simple alternative to other XML-to-Java frameworks such as Spring. The library will only map in a single direction - XML -\u003e Java. This limited scope helps keep this library small, fast, and very good at what it was mainly intended for -- application configuration files.\n\ncloudhopper-httpclient-util\n---------------------------\nApache Jakarta HttpClient 4.x utility library.\n\ncloudhopper-jetty\n-----------------\nWrapper around Jetty HTTP Server that makes configuration easy and possible from a simple few configuration objects.\n\ncloudhopper-sxmp\n----------------\nLibrary implementing the SXMP protocol. SXMP is like SMPP, but as readable XML.\n\ncloudhopper-commons-ssl\n-----------------------\n\nUtility Java classes for working with SSL in Cloudhopper-based projects. Originally part of cloudhopper-smpp.\n\n\nInstallation\n------------\n\nLibrary versions are now published to the Maven Central Repository.\nJust add the following dependency to your project maven pom.xml:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.cloudhopper\u003c/groupId\u003e\n      \u003cartifactId\u003ech-artifact-name\u003c/artifactId\u003e\n      \u003cversion\u003eversion.number\u003c/version\u003e\n    \u003c/dependency\u003e\n\nDemo Code / Tutorials\n---------------------\n\nMost of the modules contain examples of how to use various parts of the libraries in the demo package of the test sources. Additionally, some of the modules have a simple Makefile that simplify running demos.\n\nLicense\n-------\n\nCopyright (C) 2010-2014 Twitter, Inc.\n\nThis work is licensed under the Apache License, Version 2.0. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwitter%2Fcloudhopper-commons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwitter%2Fcloudhopper-commons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwitter%2Fcloudhopper-commons/lists"}