getpass
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>getpass</artifactId> <version>0.1.7</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>getpass</artifactId> <version>0.1.7</version> <name>getpass</name> <description>getpass for node.js</description> <url>https://github.com/arekinath/node-getpass#readme</url> <organization> <name>Alex Wilson</name> <url>https://github.com/arekinath/node-getpass#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>arekinath</name> <email>alex@cooperi.net</email> </developer> </developers> <scm> <connection>https://github.com/arekinath/node-getpass.git</connection> <developerConnection>https://github.com/arekinath/node-getpass.git</developerConnection> <url>https://github.com/arekinath/node-getpass</url> </scm> <issueManagement> <url>https://github.com/arekinath/node-getpass/issues</url> </issueManagement> <properties> <org.mvnpm-assert-plus.version>[1.0.0,2)</org.mvnpm-assert-plus.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>assert-plus</artifactId> <version>${org.mvnpm-assert-plus.version}</version> </dependency> </dependencies> </project>