MVN

org.polyfillservice : polyfill-service

Maven & Gradle

Sep 01, 2017
7 stars

polyfill-service · Polyfill Service is a java library to get javascript polyfills suitable for the requesting user agent.

<dependency>
    <groupId>org.polyfillservice</groupId>
    <artifactId>polyfill-service</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.polyfillservice : polyfill-service to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.polyfillservice : polyfill-service to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
polyfill-service-2.0.0
1.2.x
polyfill-service-1.2.1
polyfill-service-1.2.0
1.1.x
polyfill-service-1.1.2
polyfill-service-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.polyfillservice</groupId>
    <artifactId>polyfill-service</artifactId>
    <version>2.0.0</version>
</dependency>