modernizr
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.st-js.bridge</groupId> <artifactId>modernizr</artifactId> <version>2.8.3.bv1</version> </dependency>
<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> <groupId>org.st-js.bridge</groupId> <artifactId>modernizr</artifactId> <version>2.8.3.bv1</version> <packaging>jar</packaging> <name>Strongly-typed JS - Modernizr Bridge Library</name> <parent> <groupId>org.st-js.bridge</groupId> <artifactId>parent-pom</artifactId> <version>1.0.3</version> </parent> <properties> <stjs.version>3.3.0</stjs.version> </properties> <dependencies> <dependency> <groupId>org.st-js</groupId> <artifactId>shared</artifactId> <version>${stjs.version}</version> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>modernizr</artifactId> <version>2.8.3</version> </dependency> <dependency> <groupId>org.st-js.bridge</groupId> <artifactId>html</artifactId> <version>5.0.bv3</version> </dependency> </dependencies> <scm> <connection>scm:git:https://github.com/st-js/modernizr-bridge.git</connection> <developerConnection>scm:git:https://github.com/st-js/modernizr-bridge.git</developerConnection> <url>scm:git:https://github.com/st-js/modernizr-bridge</url> <tag>modernizr-2.8.3.bv1</tag> </scm> </project>