flatten
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>flatten</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>flatten</artifactId>
<version>1.0.3</version>
<name>flatten</name>
<description>Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.</description>
<url>https://github.com/mk-pmb/flatten-js/#readme</url>
<organization>
<name>Joshua Holbrook</name>
<url>https://github.com/mk-pmb/flatten-js/#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jesusabdullah</name>
<email>josh.holbrook@gmail.com</email>
</developer>
<developer>
<name>jfhbrook</name>
<email>josh.holbrook@gmail.com</email>
</developer>
<developer>
<name>mk-pmb</name>
<email>mk+npmjs@pimpmybyte.de</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mk-pmb/flatten-js.git</connection>
<developerConnection>https://github.com/mk-pmb/flatten-js.git</developerConnection>
<url>https://github.com/mk-pmb/flatten-js</url>
</scm>
<issueManagement>
<url>https://github.com/mk-pmb/flatten-js/issues</url>
</issueManagement>
</project>