string.prototype.includes
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>string.prototype.includes</artifactId>
<version>2.0.1</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>string.prototype.includes</artifactId>
<version>2.0.1</version>
<name>string.prototype.includes</name>
<description>A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.</description>
<url>https://mths.be/includes</url>
<organization>
<name>Mathias Bynens</name>
<url>https://mths.be/includes</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>mathias</name>
<email>mathias@qiwi.be</email>
</developer>
<developer>
<name>nicolo-ribaudo</name>
<email>nicolo.ribaudo@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mathiasbynens/String.prototype.includes.git</connection>
<developerConnection>https://github.com/mathiasbynens/String.prototype.includes.git</developerConnection>
<url>https://github.com/mathiasbynens/String.prototype.includes</url>
</scm>
<issueManagement>
<url>https://github.com/mathiasbynens/String.prototype.includes/issues</url>
</issueManagement>
<properties>
<org.mvnpm-call-bind.version>[1.0.7,2)</org.mvnpm-call-bind.version>
<org.mvnpm-define-properties.version>[1.2.1,2)</org.mvnpm-define-properties.version>
<org.mvnpm-es-abstract.version>[1.23.3,2)</org.mvnpm-es-abstract.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>call-bind</artifactId>
<version>${org.mvnpm-call-bind.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>define-properties</artifactId>
<version>${org.mvnpm-define-properties.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>es-abstract</artifactId>
<version>${org.mvnpm-es-abstract.version}</version>
</dependency>
</dependencies>
</project>