| 组织ID: |
com.liferay |
| 项目ID: |
com.liferay.frontend.taglib.soy |
| 版本: |
1.0.5 |
| 最后修改时间: |
2019-11-30 19:28:19 |
| 包类型: |
jar |
| 标题: |
LGPL 2.1 |
| 描述: |
Liferay Frontend Taglib Soy |
| 大小: |
8.98KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.frontend.taglib.soy</artifactId>
<version>1.0.5</version>
</dependency>
|
| Gradle引入代码: |
com.liferay:com.liferay.frontend.taglib.soy:1.0.5
|
| 下载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.frontend.taglib.soy</artifactId>
<version>1.0.5</version>
<description>Liferay Frontend Taglib Soy</description>
<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-plugins.git</connection>
<developerConnection>scm:git:git@github.com:liferay/liferay-plugins.git</developerConnection>
<url>http://github.com/liferay/liferay-plugins</url>
</scm>
<dependencies>
<dependency>
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.template.soy</artifactId>
<version>2.2.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>
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>com.liferay.util.taglib</artifactId>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<version>6.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>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/liferay-releng.changelog
META-INF/resources/soy.tld
OSGI-INF/com.liferay.frontend.taglib.soy.internal.servlet.ServletContextUtil.xml
com.liferay.frontend.taglib.soy.internal.servlet.ServletContextUtil.class
com.liferay.frontend.taglib.soy.servlet.taglib.TemplateRendererTag.class
com/liferay/frontend/taglib/soy/servlet/taglib/packageinfo
|
| 依赖Jar: |
com.liferay.portal.template.soy-2.2.0.jar
/com.liferay/com.liferay.portal.template.soy/2.2.0
查看com.liferay.portal.template.soy所有版本文件
com.liferay.portal.kernel-2.0.0.jar
/com.liferay.portal/com.liferay.portal.kernel/2.0.0
查看com.liferay.portal.kernel所有版本文件
com.liferay.util.taglib-2.0.0.jar
/com.liferay.portal/com.liferay.util.taglib/2.0.0
查看com.liferay.util.taglib所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
javax.servlet.jsp-api-2.3.1.jar
/javax.servlet.jsp/javax.servlet.jsp-api/2.3.1
查看javax.servlet.jsp-api所有版本文件
org.osgi.core-6.0.0.jar
/org.osgi/org.osgi.core/6.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所有版本文件
|