basic-auth
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>basic-auth</artifactId>
<version>2.0.1</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>basic-auth</artifactId>
<version>2.0.1</version>
<name>basic-auth</name>
<description>node.js basic auth parser</description>
<url>https://github.com/jshttp/basic-auth#readme</url>
<organization>
<name>basic-auth</name>
<url>https://github.com/jshttp/basic-auth#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>dougwilson</name>
<email>doug@somethingdoug.com</email>
</developer>
<developer>
<name>jonathanong</name>
<email>jonathanrichardong@gmail.com</email>
</developer>
<developer>
<name>jongleberry</name>
<email>jonathanrichardong@gmail.com</email>
</developer>
<developer>
<name>tjholowaychuk</name>
<email>tj@vision-media.ca</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jshttp/basic-auth.git</connection>
<developerConnection>https://github.com/jshttp/basic-auth.git</developerConnection>
<url>https://github.com/jshttp/basic-auth</url>
</scm>
<issueManagement>
<url>https://github.com/jshttp/basic-auth/issues</url>
</issueManagement>
<properties>
<org.mvnpm-safe-buffer.version>5.1.2</org.mvnpm-safe-buffer.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>safe-buffer</artifactId>
<version>${org.mvnpm-safe-buffer.version}</version>
</dependency>
</dependencies>
</project>