| 组织ID: |
com.alkacon |
| 项目ID: |
vie-gwt-server |
| 版本: |
2.0 |
| 最后修改时间: |
2019-07-11 14:08:39 |
| 包类型: |
jar |
| 标题: |
Alkacon Vie GWT |
| 描述: |
A GWT wrapper for the Vie JavaScript library. This component is used as a part of OpenCms, an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently. |
| 相关URL: |
http://www.opencms.org |
| 大小: |
2.18KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.alkacon</groupId>
<artifactId>vie-gwt-server</artifactId>
<version>2.0</version>
</dependency>
|
| Gradle引入代码: |
com.alkacon:vie-gwt-server:2.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.alkacon</groupId>
<artifactId>vie-gwt-server</artifactId>
<version>2.0</version>
<name>Alkacon Vie GWT</name>
<description>A GWT wrapper for the Vie JavaScript library. This component is used as a part of OpenCms, an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.</description>
<url>http://www.opencms.org</url>
<organization>
<name>Alkacon Software</name>
<url>http://www.alkacon.com</url>
</organization>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Alkacon Software</name>
<url>http://www.alkacon.com</url>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:alkacon/vie-gwt.git</connection>
<developerConnection>scm:git@github.com:alkacon/vie-gwt.git</developerConnection>
<url>scm:git@github.com:alkacon/vie-gwt.git</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>2.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>2.5.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.alkacon.vie.shared.I_EntityAttribute.class
com.alkacon.vie.shared.I_Entity.class
com.alkacon.vie.shared.I_Type.class
|
| 依赖Jar: |
gwt-dev-2.5.1.jar
/com.google.gwt/gwt-dev/2.5.1
查看gwt-dev所有版本文件
gwt-user-2.5.1.jar
/com.google.gwt/gwt-user/2.5.1
查看gwt-user所有版本文件
gwt-servlet-2.5.1.jar
/com.google.gwt/gwt-servlet/2.5.1
查看gwt-servlet所有版本文件
|