polyfill
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>polyfill</artifactId> <version>0.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>polyfill</artifactId> <version>0.1.0</version> <name>polyfill</name> <description>JavaScript polyfills</description> <url>https://github.com/marcello3d/polyfill.js</url> <organization> <name>Marcello Bastea-Forte and others</name> </organization> <licenses> <license> <name>zlib</name> </license> </licenses> <developers> <developer> <name>marcello</name> <email>marcello@cellosoft.com</email> </developer> </developers> <scm> <connection>https://github.com/marcello3d/polyfill.js.git</connection> <developerConnection>https://github.com/marcello3d/polyfill.js.git</developerConnection> <url>https://github.com/marcello3d/polyfill.js</url> </scm> <properties> <org.mvnpm-json3.version>3.2.4</org.mvnpm-json3.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>json3</artifactId> <version>${org.mvnpm-json3.version}</version> </dependency> </dependencies> </project>