You can download spring-plugin-core-0.8.0.release.jar in this page.
Apache Open Source
spring-plugin-core-0.8.0.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.springframework.plugin/spring-plugin-core/pom.properties META-INF/maven/org.springframework.plugin/spring-plugin-core/pom.xml META-INF/spring.handlers META-INF/spring.schemas META-INF/spring.tooling org.springframework.plugin.core.OrderAwarePluginRegistry.class org.springframework.plugin.core.Plugin.class org.springframework.plugin.core.PluginRegistry.class org.springframework.plugin.core.PluginRegistrySupport.class org.springframework.plugin.core.SimplePluginRegistry.class org.springframework.plugin.core.config.EnablePluginRegistries.class org.springframework.plugin.core.config.PluginListDefinitionParser.class org.springframework.plugin.core.config.PluginNamespaceHandler.class org.springframework.plugin.core.config.PluginRegistriesBeanDefinitionRegistrar.class org.springframework.plugin.core.config.PluginRegistryDefinitionParser.class org.springframework.plugin.core.support.AbstractTypeAwareSupport.class org.springframework.plugin.core.support.BeanListFactoryBean.class org.springframework.plugin.core.support.PluginRegistryFactoryBean.class org/springframework/plugin/core/config/spring-plugin.xsd
spring-plugin-core-0.8.0.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>spring-plugin-core</artifactId> <name>Spring Plugin Core</name> <description>Core plugin infrastructure</description> <parent> <groupId>org.springframework.plugin</groupId> <artifactId>spring-plugin</artifactId> <version>0.8.0.RELEASE</version> </parent> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>${spring.version}</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>2.2.2</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.plugin</groupId> <artifactId>spring-plugin-core</artifactId> <version>0.8.0.release</version> </dependency>
If you think the following spring-plugin-core-0.8.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-plugin-core-0.8.0.release.jar file