| GroupId | GroupIdorg.springframework.plugin | 
|---|---|
| ArtifactId | ArtifactIdspring-plugin-core | 
| Version | Version1.0.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>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.plugin/spring-plugin-core/
implementation 'org.springframework.plugin:spring-plugin-core:1.0.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework.plugin/spring-plugin-core/
implementation ("org.springframework.plugin:spring-plugin-core:1.0.0.RELEASE")'org.springframework.plugin:spring-plugin-core:jar:1.0.0.RELEASE'<dependency org="org.springframework.plugin" name="spring-plugin-core" rev="1.0.0.RELEASE">
  <artifact name="spring-plugin-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.plugin', module='spring-plugin-core', version='1.0.0.RELEASE')
)libraryDependencies += "org.springframework.plugin" % "spring-plugin-core" % "1.0.0.RELEASE"[org.springframework.plugin/spring-plugin-core "1.0.0.RELEASE"]