| 组织ID: |
com.vaadin |
| 项目ID: |
vaadin-push |
| 版本: |
7.3.3 |
| 最后修改时间: |
2019-03-19 18:22:04 |
| 包类型: |
jar |
| 标题: |
Vaadin |
| 描述: |
Vaadin is a web application framework for Rich Internet Applications (RIA).
Vaadin enables easy development and maintenance of fast and
secure rich web
applications with a stunning look and feel and a wide browser support.
It features a server-side architecture with the majority of the logic
running
on the server. Ajax technology is used at the browser-side to ensure a
rich
and interactive user experience.
|
| 相关URL: |
http://vaadin.com |
| 大小: |
234.89KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-push</artifactId>
<version>7.3.3</version>
</dependency>
|
| Gradle引入代码: |
com.vaadin:vaadin-push:7.3.3
|
| 下载Jar包: |
|
| POM文件内容: |
<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 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-push</artifactId>
<version>7.3.3</version>
<name>Vaadin</name>
<organization>
<name>Vaadin Ltd</name>
<url>http://vaadin.com</url>
</organization>
<url>http://vaadin.com</url>
<description>
Vaadin is a web application framework for Rich Internet Applications (RIA).
Vaadin enables easy development and maintenance of fast and
secure rich web
applications with a stunning look and feel and a wide browser support.
It features a server-side architecture with the majority of the logic
running
on the server. Ajax technology is used at the browser-side to ensure a
rich
and interactive user experience.
</description>
<licenses>
<license>
<name>Apache License Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<connection>scm:https:https://github.com/vaadin/vaadin.git</connection>
<developerConnection>scm:https:https://github.com/vaadin/vaadin.git</developerConnection>
<url>https://github.com/vaadin/vaadin</url>
</scm>
<developers>
<developer>
<id>artur</id>
<name>Artur Signell</name>
<email>artur.signell@vaadin.com</email>
<url>http://vaadin.com/web/artur</url>
<organization>Vaadin Ltd</organization>
<organizationUrl>http://vaadin.com/</organizationUrl>
<roles>
<role>architect</role>
<role>developer</role>
<role>team manager</role>
</roles>
<timezone>2</timezone>
</developer>
<developer>
<id>magi</id>
<name>Marko Gronroos</name>
<email>magi@vaadin.com</email>
<url>http://vaadin.com/web/magi</url>
<organization>Vaadin Ltd</organization>
<organizationUrl>http://vaadin.com/</organizationUrl>
<roles>
<role>build manager</role>
</roles>
<timezone>2</timezone>
</developer>
</developers>
<distributionManagement>
<repository>
<id>vaadin-releases</id>
<name>Vaadin release repository</name>
<url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
</repository>
<snapshotRepository>
<id>vaadin-snapshots</id>
<name>Vaadin snapshot repository</name>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>vaadin-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>vaadin-releases</id>
<url>http://oss.sonatype.org/content/repositories/vaadin-releases/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vaadin.external.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
<version>2.1.2.vaadin6</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/INDEX.LIST
VAADIN/vaadinPush.debug.js
VAADIN/vaadinPush.js
css/ie.css
css/styles.css
img/vaadin-logo.png
license.html
licenses/OFL.txt
licenses/apache-license-version-2-0.txt
licenses/common-development-and-distribution-license-v1-0.txt
licenses/cup-open-source-license.txt
licenses/eclipse-public-license-v1-0.txt
licenses/gnu-lesser-general-public-license-version-2-0.txt
licenses/gnu-lesser-general-public-license-version-2-1.txt
licenses/google-app-engine-terms-of-service.txt
licenses/google-bsd-license.txt
licenses/icu-license-icu-1-8-1-and-later.txt
licenses/jetty-web-container-license.txt
licenses/mozilla-public-license-v1-1.txt
licenses/new-bsd-license.txt
licenses/smartsprites-bsd-license.txt
licenses/the-json-license.txt
licenses/the-mit-license.txt
licenses/the-mx4j-license.txt
licenses/w3c-software-copyright-notice-and-license.txt
release-notes.html
|
| 依赖Jar: |
servlet-api-2.4.jar
/javax.servlet/servlet-api/2.4
查看servlet-api所有版本文件
atmosphere-runtime-2.1.2.vaadin6.jar
/com.vaadin.external.atmosphere/atmosphere-runtime/2.1.2.vaadin6
查看atmosphere-runtime所有版本文件
|