| 组织ID: |
com.liferay |
| 项目ID: |
com.liferay.portal.configuration.metatype |
| 版本: |
2.0.0 |
| 最后修改时间: |
2018-08-24 09:08:20 |
| 包类型: |
jar |
| 标题: |
LGPL 2.1 |
| 大小: |
14.59KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.configuration.metatype</artifactId>
<version>2.0.0</version>
</dependency>
|
| Gradle引入代码: |
com.liferay:com.liferay.portal.configuration.metatype:2.0.0
|
| 下载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.configuration.metatype</artifactId>
<version>2.0.0</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>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>5.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.metatype</artifactId>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>com.liferay.portal.kernel</artifactId>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/liferay-releng.changelog
com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition$Scope.class
com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition.class
com/liferay/portal/configuration/metatype/annotations/packageinfo
com.liferay.portal.configuration.metatype.bnd.util.ConfigurableUtil$1.class
com.liferay.portal.configuration.metatype.bnd.util.ConfigurableUtil$CachedConfigurableInvocationHandler.class
com.liferay.portal.configuration.metatype.bnd.util.ConfigurableUtil.class
com/liferay/portal/configuration/metatype/bnd/util/packageinfo
com.liferay.portal.configuration.metatype.definitions.ExtendedAttributeDefinition.class
com.liferay.portal.configuration.metatype.definitions.ExtendedMetaTypeInformation.class
com.liferay.portal.configuration.metatype.definitions.ExtendedMetaTypeService.class
com.liferay.portal.configuration.metatype.definitions.ExtendedObjectClassDefinition.class
com/liferay/portal/configuration/metatype/definitions/packageinfo
com.liferay.portal.configuration.metatype.util.ParameterMapInvocationHandler.class
com.liferay.portal.configuration.metatype.util.ParameterMapUtil.class
com/liferay/portal/configuration/metatype/util/packageinfo
|
| 依赖Jar: |
org.osgi.core-5.0.0.jar
/org.osgi/org.osgi.core/5.0.0
查看org.osgi.core所有版本文件
org.osgi.service.component.annotations-1.3.0.jar
/org.osgi/org.osgi.service.component.annotations/1.3.0
查看org.osgi.service.component.annotations所有版本文件
biz.aQute.bndlib-3.1.0.jar
/biz.aQute.bnd/biz.aQute.bndlib/3.1.0
查看biz.aQute.bndlib所有版本文件
org.osgi.service.metatype-1.3.0.jar
/org.osgi/org.osgi.service.metatype/1.3.0
查看org.osgi.service.metatype所有版本文件
com.liferay.portal.kernel-2.0.0.jar
/com.liferay.portal/com.liferay.portal.kernel/2.0.0
查看com.liferay.portal.kernel所有版本文件
|