node
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.humanfs</groupId>
<artifactId>node</artifactId>
<version>0.16.8</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.at.humanfs</groupId>
<artifactId>node</artifactId>
<version>0.16.8</version>
<name>humanfs node</name>
<description>The Node.js bindings of the humanfs library.</description>
<url>https://github.com/humanwhocodes/humanfs#readme</url>
<organization>
<name>Nicholas C. Zakas</name>
<url>https://github.com/humanwhocodes/humanfs#readme</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>nzakas</name>
<email>nicholas@nczconsulting.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/humanwhocodes/humanfs.git</connection>
<developerConnection>https://github.com/humanwhocodes/humanfs.git</developerConnection>
<url>https://github.com/humanwhocodes/humanfs</url>
</scm>
<issueManagement>
<url>https://github.com/humanwhocodes/humanfs/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.humanwhocodes-retry.version>[0.4.0,0.5)</org.mvnpm.at.humanwhocodes-retry.version>
<org.mvnpm.at.humanfs-types.version>[0.15.0,0.16)</org.mvnpm.at.humanfs-types.version>
<org.mvnpm.at.humanfs-core.version>[0.19.2,0.20)</org.mvnpm.at.humanfs-core.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.humanwhocodes</groupId>
<artifactId>retry</artifactId>
<version>${org.mvnpm.at.humanwhocodes-retry.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.humanfs</groupId>
<artifactId>core</artifactId>
<version>${org.mvnpm.at.humanfs-core.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.humanfs</groupId>
<artifactId>types</artifactId>
<version>${org.mvnpm.at.humanfs-types.version}</version>
</dependency>
</dependencies>
</project>