Download modernizr-2.8.3.jar file

Introduction

You can download modernizr-2.8.3.jar in this page.

License

MIT License

Type List

modernizr-2.8.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.webjars/modernizr/pom.properties
META-INF/maven/org.webjars/modernizr/pom.xml
META-INF/resources/webjars/modernizr/2.8.3/modernizr.js
META-INF/resources/webjars/modernizr/2.8.3/modernizr.min.js

Pom

modernizr-2.8.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/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>modernizr</artifactId>
    <version>2.8.3</version>
    <name>Modernizr</name>
    <description>WebJar for Modernizr</description>
    <url>http://webjars.org</url>

    <licenses>
        <license>
            <name>MIT License</name>
            <url>http://en.wikipedia.org/wiki/MIT_License</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <url>https://github.com/webjars/modernizr</url>
        <connection>scm:git:https://github.com/webjars/modernizr.git</connection>
        <developerConnection>scm:git:https://github.com/webjars/modernizr.git</developerConnection>
        <tag>modernizr-2.8.3</tag>
    </scm>

    <developers>
        <developer>
            <id>mabuzer</id>
            <name>Mohammad M. AbuZer</name>
            <email>mabuzer@alz-inc.com</email>
        </developer>
        <developer>
            <id>jamesward</id>
            <name>James Ward</name>
            <email>james@jamesward.org</email>
        </developer>
    </developers>
    
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <upstreamVersion>2.8.3</upstreamVersion>
        <source.url.dev>http://modernizr.com/downloads</source.url.dev>
        <source.url.min>http://cdnjs.cloudflare.com/ajax/libs/${project.artifactId}/${upstreamVersion}/</source.url.min>
        <base.dir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstreamVersion}</base.dir>
    </properties>
    
    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>wagon-maven-plugin</artifactId>
                <version>1.0-beta-4</version>
                <executions>
                    <execution>
                        <id>download-full-js</id>
                        <phase>process-resources</phase>
                        <goals>
                            <goal>download-single</goal>
                        </goals>
                        <configuration>
                            <url>${source.url.dev}</url>
                            <fromFile>modernizr-${upstreamVersion}.js</fromFile>
                            <toFile>${base.dir}/modernizr.js</toFile>
                        </configuration>
                    </execution>
                    <execution>
                        <id>download-min-js</id>
                        <phase>process-resources</phase>
                        <goals>
                            <goal>download-single</goal>
                        </goals>
                        <configuration>
                            <url>${source.url.min}</url>
                            <fromFile>modernizr.min.js</fromFile>
                            <toDir>${base.dir}</toDir>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.5</version>
            </plugin>

            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.5.1</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>sonatype-nexus-staging</serverId>
                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.webjars</groupId>
   <artifactId>modernizr</artifactId>
   <version>2.8.3</version>
</dependency>

Download

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



Download modernizr-2.8.3.jar file




PreviousNext

Related