is not current version
Last Version 2.0.0.RELEASE

org.springframework.plugin:spring-plugin-core 1.2.0.RELEASE

Core plugin infrastructure

GroupId

GroupId

org.springframework.plugin
ArtifactId

ArtifactId

spring-plugin-core
Version

Version

1.2.0.RELEASE
Type

Type

jar

Download spring-plugin-core 1.2.0.RELEASE


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