globby
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>globby</artifactId>
<version>16.1.0</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>globby</artifactId>
<version>16.1.0</version>
<name>globby</name>
<description>User-friendly glob matching</description>
<url>https://github.com/sindresorhus/globby#readme</url>
<organization>
<name>Sindre Sorhus</name>
<url>https://github.com/sindresorhus/globby#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>sindresorhus</name>
<email>sindresorhus@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/sindresorhus/globby.git</connection>
<developerConnection>https://github.com/sindresorhus/globby.git</developerConnection>
<url>https://github.com/sindresorhus/globby</url>
</scm>
<issueManagement>
<url>https://github.com/sindresorhus/globby/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.sindresorhus-merge-streams.version>[4.0.0,5)</org.mvnpm.at.sindresorhus-merge-streams.version>
<org.mvnpm-is-path-inside.version>[4.0.0,5)</org.mvnpm-is-path-inside.version>
<org.mvnpm-ignore.version>[7.0.5,8)</org.mvnpm-ignore.version>
<org.mvnpm-slash.version>[5.1.0,6)</org.mvnpm-slash.version>
<org.mvnpm-unicorn-magic.version>[0.4.0,0.5)</org.mvnpm-unicorn-magic.version>
<org.mvnpm-fast-glob.version>[3.3.3,4)</org.mvnpm-fast-glob.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.sindresorhus</groupId>
<artifactId>merge-streams</artifactId>
<version>${org.mvnpm.at.sindresorhus-merge-streams.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>fast-glob</artifactId>
<version>${org.mvnpm-fast-glob.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>ignore</artifactId>
<version>${org.mvnpm-ignore.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>is-path-inside</artifactId>
<version>${org.mvnpm-is-path-inside.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>slash</artifactId>
<version>${org.mvnpm-slash.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>unicorn-magic</artifactId>
<version>${org.mvnpm-unicorn-magic.version}</version>
</dependency>
</dependencies>
</project>