reduce-function-call
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>reduce-function-call</artifactId>
<version>1.0.3</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>reduce-function-call</artifactId>
<version>1.0.3</version>
<name>reduce-function-call</name>
<description>Reduce function calls in a string, using a callback</description>
<url>https://github.com/MoOx/reduce-function-call#readme</url>
<organization>
<name>MoOx</name>
<url>https://github.com/MoOx/reduce-function-call#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>moox</name>
<email>m@moox.io</email>
</developer>
</developers>
<scm>
<connection>https://github.com/MoOx/reduce-function-call.git</connection>
<developerConnection>https://github.com/MoOx/reduce-function-call.git</developerConnection>
<url>https://github.com/MoOx/reduce-function-call</url>
</scm>
<issueManagement>
<url>https://github.com/MoOx/reduce-function-call/issues</url>
</issueManagement>
<properties>
<org.mvnpm-balanced-match.version>[1.0.0,2)</org.mvnpm-balanced-match.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>balanced-match</artifactId>
<version>${org.mvnpm-balanced-match.version}</version>
</dependency>
</dependencies>
</project>