is not current version
Last Version 2.0.0.RELEASE

org.springframework.plugin:spring-plugin-metadata 1.1.0.RELEASE

Extension package for metadata based plugins

Categories

Categories

Data
GroupId

GroupId

org.springframework.plugin
ArtifactId

ArtifactId

spring-plugin-metadata
Version

Version

1.1.0.RELEASE
Type

Type

jar

Download spring-plugin-metadata 1.1.0.RELEASE


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