MVN

org.springframework.plugin : spring-plugin

Maven & Gradle

Nov 16, 2022
426 stars

Spring Plugin · Simple plugin infrastructure

<dependency>
    <groupId>org.springframework.plugin</groupId>
    <artifactId>spring-plugin</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.plugin : spring-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of org.springframework.plugin : spring-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
spring-plugin-3.0.0
2.0.x
spring-plugin-2.0.0.RELEASE
1.2.x
spring-plugin-1.2.0.RELEASE
1.1.x
spring-plugin-1.1.0.RELEASE
1.0.x
spring-plugin-1.0.0.RELEASE
0.8.x
spring-plugin-0.8.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.plugin</groupId>
    <artifactId>spring-plugin</artifactId>
    <version>3.0.0</version>
</dependency>