| 组织ID: |
com.liferay |
| 项目ID: |
com.liferay.portal.spring.extender |
| 版本: |
1.0.3 |
| 最后修改时间: |
2019-10-29 01:34:01 |
| 包类型: |
jar |
| 标题: |
LGPL 2.1 |
| 大小: |
48.41KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.spring.extender</artifactId>
<version>1.0.3</version>
</dependency>
|
| Gradle引入代码: |
com.liferay:com.liferay.portal.spring.extender:1.0.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.spring.extender</artifactId>
<version>1.0.3</version>
<licenses>
<license>
<name>LGPL 2.1</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Brian Wing Shun Chan</name>
<organization>Liferay, Inc.</organization>
<organizationUrl>http://www.liferay.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:liferay/liferay-portal.git</connection>
<developerConnection>scm:git:git@github.com:liferay/liferay-portal.git</developerConnection>
<url>http://github.com/liferay/liferay-portal</url>
</scm>
<dependencies>
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-impl</artifactId>
<version>7.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.dependencymanager</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.2.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-service</artifactId>
<version>7.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>3.2.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.dependencymanager.shell</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.liferay</groupId>
<artifactId>org.hibernate.core</artifactId>
<version>3.6.10.LIFERAY-PATCHED-1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.upgrade</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
<version>1.6.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring/parent/base-spring.xml
META-INF/spring/parent/cluster-spring.xml
META-INF/spring/parent/hibernate-spring.xml
META-INF/spring/parent/infrastructure-spring.xml
OSGI-INF/com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender.xml
com.liferay.portal.spring.extender.internal.bean.ApplicationContextServicePublisher.class
com.liferay.portal.spring.extender.internal.bean.ServiceReferenceAnnotationBeanPostProcessor.class
com.liferay.portal.spring.extender.internal.bundle.CompositeResourceLoaderBundle.class
com.liferay.portal.spring.extender.internal.classloader.BundleResolverClassLoader.class
com.liferay.portal.spring.extender.internal.context.ModuleApplicationContext.class
com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender$ModuleApplicationContextExtension$1.class
com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender$ModuleApplicationContextExtension$ContextDependency.class
com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender$ModuleApplicationContextExtension.class
com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender.class
com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextRegistrator.class
com.liferay.portal.spring.extender.internal.context.ModuleBeanFactoryPostProcessor.class
com.liferay.portal.spring.extender.internal.context.SpringContextHeaderParser.class
com.liferay.portal.spring.extender.internal.hibernate.configuration.ModuleHibernateConfiguration.class
com.liferay.portal.spring.extender.internal.hibernate.session.ModuleSessionFactory.class
com.liferay.portal.spring.extender.loader.ModuleResourceLoader.class
com.liferay.portal.spring.extender.service.ServiceReference.class
org.apache.felix.utils.extender.AbstractExtender$1.class
org.apache.felix.utils.extender.AbstractExtender$2.class
org.apache.felix.utils.extender.AbstractExtender.class
org.apache.felix.utils.extender.Extension.class
org.apache.felix.utils.extender.SimpleExtension.class
org.apache.felix.utils.log.Logger.class
|
| 依赖Jar: |
portal-impl-7.0.0-SNAPSHOT.jar
/com.liferay.portal/portal-impl/7.0.0-SNAPSHOT
查看portal-impl所有版本文件
org.apache.felix.dependencymanager-3.2.0.jar
/org.apache.felix/org.apache.felix.dependencymanager/3.2.0
查看org.apache.felix.dependencymanager所有版本文件
spring-beans-3.2.15.RELEASE.jar
/org.springframework/spring-beans/3.2.15.RELEASE
查看spring-beans所有版本文件
portal-service-7.0.0-SNAPSHOT.jar
/com.liferay.portal/portal-service/7.0.0-SNAPSHOT
查看portal-service所有版本文件
spring-orm-3.2.15.RELEASE.jar
/org.springframework/spring-orm/3.2.15.RELEASE
查看spring-orm所有版本文件
org.apache.felix.dependencymanager.shell-3.2.0.jar
/org.apache.felix/org.apache.felix.dependencymanager.shell/3.2.0
查看org.apache.felix.dependencymanager.shell所有版本文件
spring-context-3.2.15.RELEASE.jar
/org.springframework/spring-context/3.2.15.RELEASE
查看spring-context所有版本文件
org.hibernate.core-3.6.10.LIFERAY-PATCHED-1.jar
/com.liferay/org.hibernate.core/3.6.10.LIFERAY-PATCHED-1
查看org.hibernate.core所有版本文件
com.liferay.portal.upgrade-1.0.0.jar
/com.liferay/com.liferay.portal.upgrade/1.0.0
查看com.liferay.portal.upgrade所有版本文件
org.apache.felix.utils-1.6.0.jar
/org.apache.felix/org.apache.felix.utils/1.6.0
查看org.apache.felix.utils所有版本文件
|