portfinder
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>portfinder</artifactId>
<version>1.0.38</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>portfinder</artifactId>
<version>1.0.38</version>
<name>portfinder</name>
<description>A simple tool to find an open port on the current machine</description>
<url>https://github.com/http-party/node-portfinder#readme</url>
<organization>
<name>Charlie Robbins</name>
<url>https://github.com/http-party/node-portfinder#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>indexzero</name>
<email>charlie.robbins@gmail.com</email>
</developer>
<developer>
<name>eriktrom</name>
<email>erik.trom.github@gmail.com</email>
</developer>
</developers>
<scm>
<connection>ssh://git@github.com/http-party/node-portfinder.git</connection>
<developerConnection>ssh://git@github.com/http-party/node-portfinder.git</developerConnection>
<url>ssh://git@github.com/http-party/node-portfinder</url>
</scm>
<issueManagement>
<url>https://github.com/http-party/node-portfinder/issues</url>
</issueManagement>
<properties>
<org.mvnpm-async.version>[3.2.6,4)</org.mvnpm-async.version>
<org.mvnpm-debug.version>[4.3.6,5)</org.mvnpm-debug.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>async</artifactId>
<version>${org.mvnpm-async.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>debug</artifactId>
<version>${org.mvnpm-debug.version}</version>
</dependency>
</dependencies>
</project>