Download jquery-file-upload-9.8.1.jar file

Introduction

You can download jquery-file-upload-9.8.1.jar in this page.

License

MIT

Type List

jquery-file-upload-9.8.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.webjars/jquery-file-upload/pom.properties
META-INF/maven/org.webjars/jquery-file-upload/pom.xml
META-INF/resources/webjars/jquery-file-upload/9.8.1/.jshintrc
META-INF/resources/webjars/jquery-file-upload/9.8.1/CONTRIBUTING.md
META-INF/resources/webjars/jquery-file-upload/9.8.1/Gruntfile.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/README.md
META-INF/resources/webjars/jquery-file-upload/9.8.1/angularjs.html
META-INF/resources/webjars/jquery-file-upload/9.8.1/basic-plus.html
META-INF/resources/webjars/jquery-file-upload/9.8.1/basic.html
META-INF/resources/webjars/jquery-file-upload/9.8.1/blueimp-file-upload.jquery.json
META-INF/resources/webjars/jquery-file-upload/9.8.1/bower.json
META-INF/resources/webjars/jquery-file-upload/9.8.1/cors/postmessage.html
META-INF/resources/webjars/jquery-file-upload/9.8.1/cors/result.html
META-INF/resources/webjars/jquery-file-upload/9.8.1/css/demo-ie8.css
META-INF/resources/webjars/jquery-file-upload/9.8.1/css/demo.css
META-INF/resources/webjars/jquery-file-upload/9.8.1/css/jquery.fileupload-noscript.css
META-INF/resources/webjars/jquery-file-upload/9.8.1/css/jquery.fileupload-ui-noscript.css
META-INF/resources/webjars/jquery-file-upload/9.8.1/css/jquery.fileupload-ui.css
META-INF/resources/webjars/jquery-file-upload/9.8.1/css/jquery.fileupload.css
META-INF/resources/webjars/jquery-file-upload/9.8.1/css/style.css
META-INF/resources/webjars/jquery-file-upload/9.8.1/img/loading.gif
META-INF/resources/webjars/jquery-file-upload/9.8.1/img/progressbar.gif
META-INF/resources/webjars/jquery-file-upload/9.8.1/index.html
META-INF/resources/webjars/jquery-file-upload/9.8.1/jquery-ui.html
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/app.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/cors/jquery.postmessage-transport.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/cors/jquery.xdr-transport.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.fileupload-angular.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.fileupload-audio.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.fileupload-image.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.fileupload-jquery-ui.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.fileupload-process.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.fileupload-ui.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.fileupload-validate.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.fileupload-video.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.fileupload.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/jquery.iframe-transport.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/js/main.js
META-INF/resources/webjars/jquery-file-upload/9.8.1/package.json
META-INF/resources/webjars/jquery-file-upload/9.8.1/webjars-requirejs.js

Pom

jquery-file-upload-9.8.1.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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>
    
    <packaging>jar</packaging>
    <groupId>org.webjars</groupId>
    <artifactId>jquery-file-upload</artifactId>
    <version>9.8.1</version>
    <name>jQuery-File-Upload</name>
    <description>WebJar for jQuery-File-Upload</description>
    <url>http://webjars.org</url>

    <developers>
        <developer>
            <id>jamesward</id>
            <name>James Ward</name>
            <email>james@jamesward.com</email>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>MIT</name>
            <url>http://www.opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <url>http://github.com/webjars/jquery-file-upload</url>
        <connection>scm:git:https://github.com/webjars/jquery-file-upload.git</connection>
        <developerConnection>scm:git:https://github.com/webjars/jquery-file-upload.git</developerConnection>
        <tag>jquery-file-upload-9.8.1</tag>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.webjars</groupId>
            <artifactId>jquery</artifactId>
            <version>1.11.1</version>
        </dependency>
        <dependency>
            <groupId>org.webjars</groupId>
            <artifactId>jquery-ui</artifactId>
            <version>1.9.0</version>
        </dependency>
    </dependencies>
    
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <upstream.version>9.8.1</upstream.version>
        <upstream.url>https://github.com/blueimp/jQuery-File-Upload/archive</upstream.url>
        <destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstream.version}</destDir>
        <requirejs>
            {
                "paths": {
                    "jquery-file-upload": "js/jquery.fileupload"
                },
                "shim": {
                    "jquery-file-upload": [ "jquery", "jquery.ui.widget" ]
                }
            }
        </requirejs>
    </properties>

    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>wagon-maven-plugin</artifactId>
                <version>1.0-beta-4</version>
                <executions>
                    <execution>
                        <phase>process-resources</phase>
                        <goals>
                            <goal>download-single</goal>
                        </goals>
                        <configuration>
                            <url>${upstream.url}</url>
                            <fromFile>${upstream.version}.zip</fromFile>
                            <toFile>${project.build.directory}/${project.artifactId}.zip</toFile>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <artifactId>maven-antrun-plugin</artifactId>
                <version>1.7</version>
                <executions>
                    <execution>
                        <phase>process-resources</phase>
                        <goals><goal>run</goal></goals>
                        <configuration>
                            <target>
                                <echo message="unzip archive" />
                                <unzip src="${project.build.directory}/${project.artifactId}.zip" dest="${project.build.directory}" />
                                <echo message="moving resources" />
                                <move todir="${destDir}">
                                    <fileset dir="${project.build.directory}/jQuery-File-Upload-${upstream.version}" excludes="server/,js/vendor/,test/" />
                                </move>
                            </target>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.5.1</version>
            </plugin>

            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.6.5</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>sonatype-nexus-staging</serverId>
                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
                </configuration>
            </plugin>
        </plugins>
        <resources>
            <resource>
                <directory>${project.basedir}/src/main/resources</directory>
                <targetPath>${destDir}</targetPath>
            </resource>
        </resources>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.webjars</groupId>
   <artifactId>jquery-file-upload</artifactId>
   <version>9.8.1</version>
</dependency>

Download

If you think the following jquery-file-upload-9.8.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jquery-file-upload-9.8.1.jar file




PreviousNext

Related