---
title: "Using Gradle Platforms to Simplify Dependency Management"
description: ""
tags:
- blogumentation
- gradle
- java
license_code: Apache-2.0
license_prose: CC-BY-NC-SA-4.0
date: 2020-10-07
slug: "gradle-platform"
---
When you own lots of projects or production services, centralised dependency management can be a bit of a pain.
When you need to go through each and every of your projects,
When using Gradle, you can take advantage of [the Java Platform plugin](https://docs.gradle.org/current/userguide/java_platform_plugin.html) **??**.