Dependency management plugin

A Gradle plugin that provides Maven-like dependency management functionality

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

io.spring.gradle
ArtifactId

ArtifactId

dependency-management-plugin
Last Version

Last Version

1.0.11.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Dependency management plugin
A Gradle plugin that provides Maven-like dependency management functionality
Project URL

Project URL

https://github.com/spring-gradle-plugins/dependency-management-plugin
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/spring-gradle-plugins/dependency-management-plugin

Download dependency-management-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/io.spring.gradle/dependency-management-plugin/ -->
<dependency>
    <groupId>io.spring.gradle</groupId>
    <artifactId>dependency-management-plugin</artifactId>
    <version>1.0.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.spring.gradle/dependency-management-plugin/
implementation 'io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE'
// https://jarcasting.com/artifacts/io.spring.gradle/dependency-management-plugin/
implementation ("io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE")
'io.spring.gradle:dependency-management-plugin:jar:1.0.11.RELEASE'
<dependency org="io.spring.gradle" name="dependency-management-plugin" rev="1.0.11.RELEASE">
  <artifact name="dependency-management-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.spring.gradle', module='dependency-management-plugin', version='1.0.11.RELEASE')
)
libraryDependencies += "io.spring.gradle" % "dependency-management-plugin" % "1.0.11.RELEASE"
[io.spring.gradle/dependency-management-plugin "1.0.11.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Dependency Management Plugin

Chat on Gitter

A Gradle plugin that provides Maven-like dependency management and exclusions. The plugin provides a DSL to configure dependency management directly and by importing existing Maven boms. Based on the configured dependency management, the plugin will control the versions of your project's direct and transitive dependencies and will honour any exclusions declared in the poms of your project's dependencies and any imported boms.

To learn more about using the Dependency Management Plugin, please refer to its reference documentation.

Contributing

Contributors to this project agree to uphold its code of conduct. Pull requests are welcome. Please see the contributor guidelines for details.

Licence

Dependency Management Plugin is open source software released under the Apache 2.0 license.

io.spring.gradle

Spring Gradle Plugins

Gradle plugins developed by the Spring team

Versions

Version
1.0.11.RELEASE
1.0.10.RELEASE
1.0.9.RELEASE
1.0.8.RELEASE
1.0.7.RELEASE
1.0.6.RELEASE
1.0.5.RELEASE
1.0.4.RELEASE
1.0.3.RELEASE
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE
1.0.0.RC2
1.0.0.RC1
0.6.1.RELEASE
0.6.0.RELEASE
0.5.7.RELEASE
0.5.6.RELEASE
0.5.5.RELEASE
0.5.4.RELEASE
0.5.3.RELEASE
0.5.2.RELEASE
0.5.1.RELEASE
0.5.0.RELEASE
0.4.1.RELEASE
0.4.0.RELEASE
0.3.1.RELEASE
0.3.0.RELEASE
0.2.1.RELEASE