MVN

org.springframework.plugin : spring-plugin-metadata

Maven & Gradle

Nov 16, 2022
61 usages
426 stars

Spring Plugin - Metadata Extension · Extension package for metadata based plugins

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

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

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

How to add a dependency to Maven

Add the following org.springframework.plugin : spring-plugin-metadata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.plugin : spring-plugin-metadata gradle dependency to your build.gradle file:

implementation 'org.springframework.plugin:spring-plugin-metadata:3.0.0'

Gradle Kotlin DSL: Add the following org.springframework.plugin : spring-plugin-metadata gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.plugin:spring-plugin-metadata:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.plugin : spring-plugin-metadata sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.plugin" % "spring-plugin-metadata" % "3.0.0"

Advertisement