is not current version
Last Version 2.0.0.RELEASE

org.springframework.plugin:spring-plugin 1.0.0.RELEASE

Simple plugin infrastructure

GroupId

GroupId

org.springframework.plugin
ArtifactId

ArtifactId

spring-plugin
Version

Version

1.0.0.RELEASE
Type

Type

pom

Download spring-plugin 1.0.0.RELEASE


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