Download spring-plugin-core-1.1.0.release.jar file

Introduction

You can download spring-plugin-core-1.1.0.release.jar in this page.

License

Apache Open Source

Type List

spring-plugin-core-1.1.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

Pom

spring-plugin-core-1.1.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>1.1.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>

	</dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.springframework.plugin</groupId>
   <artifactId>spring-plugin-core</artifactId>
   <version>1.1.0.release</version>
</dependency>

Download

If you think the following spring-plugin-core-1.1.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-1.1.0.release.jar file




PreviousNext

Related