You can download html5shiv-3.7.3.jar in this page.
MIT
html5shiv-3.7.3.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.webjars/html5shiv/pom.properties META-INF/maven/org.webjars/html5shiv/pom.xml META-INF/resources/webjars/html5shiv/3.7.3/html5shiv-printshiv.js META-INF/resources/webjars/html5shiv/3.7.3/html5shiv-printshiv.min.js META-INF/resources/webjars/html5shiv/3.7.3/html5shiv.js META-INF/resources/webjars/html5shiv/3.7.3/html5shiv.min.js
html5shiv-3.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/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>html5shiv</artifactId> <version>3.7.3</version> <name>HTML5 Shiv</name> <description>WebJar for HTML5 Shiv</description> <url>http://webjars.org</url> <developers> <developer> <id>jamesward</id> <name>James Ward</name> <email>james@jamesward.org</email> </developer> </developers> <licenses> <license> <name>MIT Licensed</name> <url>http://www.opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://github.com/webjars/html5shiv</url> <connection>scm:git:https://github.com/webjars/html5shiv.git</connection> <developerConnection>scm:git:https://github.com/webjars/html5shiv.git</developerConnection> <tag>html5shiv-3.7.3</tag> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <upstream.version>3.7.3</upstream.version> <upstream.url>https://raw.github.com/aFarkas/html5shiv/${upstream.version}</upstream.url> <destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstream.version}</destDir> </properties> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>wagon-maven-plugin</artifactId> <version>1.0-beta-4</version> <executions> <execution> <id>download-shiv-js</id> <phase>process-resources</phase> <goals> <goal>download-single</goal> </goals> <configuration> <url>${upstream.url}/src</url> <fromFile>html5shiv.js</fromFile> <toDir>${destDir}</toDir> </configuration> </execution> <execution> <id>download-printshiv-js</id> <phase>process-resources</phase> <goals> <goal>download-single</goal> </goals> <configuration> <url>${upstream.url}/src</url> <fromFile>html5shiv-printshiv.js</fromFile> <toDir>${destDir}</toDir> </configuration> </execution> <execution> <id>download-shiv-min-js</id> <phase>process-resources</phase> <goals> <goal>download-single</goal> </goals> <configuration> <url>${upstream.url}/dist</url> <fromFile>html5shiv.min.js</fromFile> <toDir>${destDir}</toDir> </configuration> </execution> <execution> <id>download-printshiv-min-js</id> <phase>process-resources</phase> <goals> <goal>download-single</goal> </goals> <configuration> <url>${upstream.url}/dist</url> <fromFile>html5shiv-printshiv.min.js</fromFile> <toDir>${destDir}</toDir> </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> </build> </project>
<dependency> <groupId>org.webjars</groupId> <artifactId>html5shiv</artifactId> <version>3.7.3</version> </dependency>
If you think the following html5shiv-3.7.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download html5shiv-3.7.3.jar file