组织ID: |
org.springframework.plugin |
项目ID: |
spring-plugin-core |
版本: |
2.0.0.RELEASE |
最后修改时间: |
2019-10-01 10:59:29 |
包类型: |
jar |
标题: |
Spring Plugin - Core |
描述: |
Core plugin infrastructure |
大小: |
28.15KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.plugin:spring-plugin-core:2.0.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?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 https://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>2.0.0.RELEASE</version>
</parent>
<properties>
<java-module-name>spring.plugin.core</java-module-name>
</properties>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>../src/main/resources</directory>
<filtering>true</filtering>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring.version}</version>
</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>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.tooling
META-INF/spring.handlers
org/springframework/plugin/core/config/spring-plugin.xsd
org.springframework.plugin.core.support.package-info.class
org.springframework.plugin.core.PluginRegistry.class
org.springframework.plugin.core.OrderAwarePluginRegistry.class
org.springframework.plugin.core.package-info.class
META-INF/maven/org.springframework.plugin/spring-plugin-core/pom.xml
META-INF/notice.txt
org.springframework.plugin.core.config.PluginListDefinitionParser.class
org.springframework.plugin.core.config.PluginRegistriesBeanDefinitionRegistrar.class
org.springframework.plugin.core.config.PluginRegistryDefinitionParser.class
org.springframework.plugin.core.config.PluginNamespaceHandler.class
org.springframework.plugin.core.config.EnablePluginRegistries.class
org.springframework.plugin.core.support.AbstractTypeAwareSupport$BeansOfTypeTargetSource.class
org.springframework.plugin.core.support.BeanListFactoryBean.class
org.springframework.plugin.core.support.PluginRegistryFactoryBean.class
org.springframework.plugin.core.support.AbstractTypeAwareSupport.class
org.springframework.plugin.core.PluginRegistrySupport.class
org.springframework.plugin.core.Plugin.class
org.springframework.plugin.core.SimplePluginRegistry.class
META-INF/maven/org.springframework.plugin/spring-plugin-core/pom.properties
META-INF/spring.schemas
META-INF/license.txt
|
依赖Jar: |
spring-beans-${spring.version}.jar
/org.springframework/spring-beans/${spring.version}
查看spring-beans所有版本文件
spring-context-${spring.version}.jar
/org.springframework/spring-context/${spring.version}
查看spring-context所有版本文件
spring-aop-${spring.version}.jar
/org.springframework/spring-aop/${spring.version}
查看spring-aop所有版本文件
spring-test-${spring.version}.jar
/org.springframework/spring-test/${spring.version}
查看spring-test所有版本文件
|