Publishing Android libraries to MavenCentral in 2021

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. stream-chat-android

    :speech_balloon: Android Chat SDK ➜ Stream Chat API. UI component libraries for chat apps. Kotlin & Jetpack Compose messaging SDK for Android chat

    We’ll use our very own Android Chat SDK in our examples. This SDK is made up of multiple artifacts, but for simplification, we’ll just talk about publishing the low-level networking client, which lives in the stream-chat-android-client module of the GitHub repository.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. publish-plugin

    Gradle plugin for publishing to Nexus repositories

    To easily automate publishing later, you'll use the gradle-nexus/publish-plugin tool. This has to be added in your project level (root) build.gradle file as a dependency.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • No-bullshit guide on publishing your Gradle projects to Maven Central

    2 projects | dev.to | 27 Feb 2021
  • Automating Serialization/Deserialization Tests with Orkes Conductor and LLMs

    1 project | dev.to | 29 May 2025
  • Spring Boot with Spotless and Git Pre-commit Hooks

    4 projects | dev.to | 25 Apr 2025
  • Introduction to Mixins (2015)

    1 project | news.ycombinator.com | 10 Mar 2025
  • "You Don't Know Java" 💘 The Philosophy of Unit Test Naming

    1 project | dev.to | 17 Feb 2025

Did you know that Kotlin is
the 16th most popular programming language
based on number of references?