string.prototype.trimend
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>string.prototype.trimend</artifactId>
<version>1.0.9</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.trimend</artifactId>
<version>1.0.9</version>
<name>string.prototype.trimend</name>
<description>ES2019 spec-compliant String.prototype.trimEnd shim.</description>
<url>https://github.com/es-shims/String.prototype.trimEnd#readme</url>
<organization>
<name>Jordan Harband</name>
<url>https://github.com/es-shims/String.prototype.trimEnd#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>khaledelansari</name>
<email>khaledelansari@gmail.com</email>
</developer>
<developer>
<name>ljharb</name>
<email>ljharb@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/es-shims/String.prototype.trimEnd.git</connection>
<developerConnection>git://github.com/es-shims/String.prototype.trimEnd.git</developerConnection>
<url>git://github.com/es-shims/String.prototype.trimEnd</url>
</scm>
<issueManagement>
<url>https://github.com/es-shims/String.prototype.trimEnd/issues</url>
</issueManagement>
<properties>
<org.mvnpm-call-bind.version>[1.0.8,2)</org.mvnpm-call-bind.version>
<org.mvnpm-define-properties.version>[1.2.1,2)</org.mvnpm-define-properties.version>
<org.mvnpm-es-object-atoms.version>[1.0.0,2)</org.mvnpm-es-object-atoms.version>
<org.mvnpm-call-bound.version>[1.0.2,2)</org.mvnpm-call-bound.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>call-bound</artifactId>
<version>${org.mvnpm-call-bound.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-object-atoms</artifactId>
<version>${org.mvnpm-es-object-atoms.version}</version>
</dependency>
</dependencies>
</project>