Download vaadin-client-compiled-7.7.3.jar file

Introduction

You can download vaadin-client-compiled-7.7.3.jar in this page.

License

Apache License Version 2.0

Type List

vaadin-client-compiled-7.7.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.vaadin/vaadin-client-compiled/pom.properties
META-INF/maven/com.vaadin/vaadin-client-compiled/pom.xml
VAADIN/widgetsets/WEB-INF/deploy/com.vaadin.DefaultWidgetSet/rpcPolicyManifest/manifest.txt
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/333A66D5307B1C8C9935C59A877F1993.cache.eot
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/51DCB1D3F3D956ACC80F89D3CF0AC5BE.cache.woff
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/C81F8CA7CA7012F31BDE883DF6C99E61.cache.svg
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/D03281BC3FDB49177B485D1DC10A13C4.cache.ttf
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/F58448541E191BEA7FB1695BA83FB574.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/F58448541E191BEA7FB1695BA83FB574.cache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/clear.cache.gif
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/com.vaadin.DefaultWidgetSet.devmode.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/com.vaadin.DefaultWidgetSet.devmode.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/com.vaadin.DefaultWidgetSet.nocache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/com.vaadin.DefaultWidgetSet.nocache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/compilation-mappings.txt
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/1.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/1.cache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/2.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/2.cache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/3.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/3.cache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/4.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/4.cache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/5.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/5.cache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/6.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/6.cache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/7.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/7.cache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/8.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/8.cache.js.gz
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/9.cache.js
VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/deferredjs/F58448541E191BEA7FB1695BA83FB574/9.cache.js.gz

Pom

vaadin-client-compiled-7.7.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.vaadin</groupId>
        <artifactId>vaadin-root</artifactId>
        <version>7.7.3</version>
    </parent>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-client-compiled</artifactId>
    <name>vaadin-client-compiled</name>
    <packaging>jar</packaging>

    <properties>
        <widgetset.name>com.vaadin.DefaultWidgetSet</widgetset.name>
        <widgetset.style>OBF</widgetset.style>
        <widgetset.local.workers>6</widgetset.local.workers>
    </properties>

    <url>https://vaadin.com/</url>
    <description>Vaadin client compiled</description>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>vaadin-server</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>vaadin-client</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>vaadin-client-compiler</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>vaadin-buildhelpers</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>exec-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>generate-export-package</id>
                        <phase>package</phase>
                        <goals>
                            <goal>exec</goal>
                        </goals>
                        <configuration>
                            <classpathScope>compile</classpathScope>
                            <executable>${java.home}/bin/java</executable>
                            <arguments>
                                <argument>-Dvaadin.version=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</argument>
                                <argument>-DincludeNumberPackages=1</argument>

                                <argument>-classpath</argument>
                                <classpath />

                                <argument>com.vaadin.buildhelpers.GeneratePackageExports</argument>

                                <argument>${project.build.directory}/${project.build.finalName}.${project.packaging}</argument>
                                <argument>VAADIN/widgetsets</argument>
                            </arguments>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>com.vaadin</groupId>
                <artifactId>vaadin-maven-plugin</artifactId>
                <configuration>
                    <modules>
                        <module>com.vaadin.DefaultWidgetSet</module>
                    </modules>
                    <webappDirectory>${project.build.outputDirectory}/VAADIN/widgetsets</webappDirectory>
                    <persistentunitcachedir>${project.build.directory}/gwt-unitCache</persistentunitcachedir>
                    <style>${widgetset.style}</style>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>compile</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>


            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Bundle-Version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</Bundle-Version>
                        <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
                        <!-- Export package is handled in exec plugin -->
                        <Export-Package></Export-Package>
                        <Import-Package></Import-Package>
                    </instructions>
                </configuration>
                <executions>
                    <execution>
                        <id>bundle-manifest</id>
                        <phase>prepare-package</phase>
                        <goals>
                            <goal>manifest</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>2.6</version>
                <configuration>
                    <archive>
                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                        <index>false</index>
                        <manifest>
                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                        </manifest>
                    </archive>
                </configuration>
            </plugin>
        </plugins>
        <pluginManagement>
            <plugins>
                <!--This plugin's configuration is used to store Eclipse 
                    m2e settings only. It has no influence on the Maven build itself. -->
                <plugin>
                    <groupId>org.eclipse.m2e</groupId>
                    <artifactId>lifecycle-mapping</artifactId>
                    <version>1.0.0</version>
                    <configuration>
                        <lifecycleMappingMetadata>
                            <pluginExecutions>
                                <pluginExecution>
                                    <pluginExecutionFilter>
                                        <groupId>
                                            org.codehaus.mojo
                                        </groupId>
                                        <artifactId>
                                            exec-maven-plugin
                                        </artifactId>
                                        <versionRange>
                                            [1.4.0,)
                                        </versionRange>
                                        <goals>
                                            <goal>exec</goal>
                                        </goals>
                                    </pluginExecutionFilter>
                                    <action>
                                        <ignore />
                                    </action>
                                </pluginExecution>
                            </pluginExecutions>
                        </lifecycleMappingMetadata>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>

</project>

POM Entry

<dependency>
   <groupId>com.vaadin</groupId>
   <artifactId>vaadin-client-compiled</artifactId>
   <version>7.7.3</version>
</dependency>

Download

If you think the following vaadin-client-compiled-7.7.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download vaadin-client-compiled-7.7.3.jar file




PreviousNext

Related