| GroupId | GroupIdorg.springframework.plugin | 
|---|---|
| ArtifactId | ArtifactIdspring-plugin-core | 
| Version | Version0.8.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.plugin/spring-plugin-core/ -->
<dependency>
    <groupId>org.springframework.plugin</groupId>
    <artifactId>spring-plugin-core</artifactId>
    <version>0.8.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.plugin/spring-plugin-core/
implementation 'org.springframework.plugin:spring-plugin-core:0.8.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework.plugin/spring-plugin-core/
implementation ("org.springframework.plugin:spring-plugin-core:0.8.0.RELEASE")'org.springframework.plugin:spring-plugin-core:jar:0.8.0.RELEASE'<dependency org="org.springframework.plugin" name="spring-plugin-core" rev="0.8.0.RELEASE">
  <artifact name="spring-plugin-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.plugin', module='spring-plugin-core', version='0.8.0.RELEASE')
)libraryDependencies += "org.springframework.plugin" % "spring-plugin-core" % "0.8.0.RELEASE"[org.springframework.plugin/spring-plugin-core "0.8.0.RELEASE"]