cookies
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>cookies</artifactId>
<version>0.9.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>cookies</artifactId>
<version>0.9.1</version>
<name>cookies</name>
<description>Cookies, optionally signed using Keygrip.</description>
<url>https://github.com/pillarjs/cookies#readme</url>
<organization>
<name>Jed Schmidt</name>
<url>https://github.com/pillarjs/cookies#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>dougwilson</name>
<email>doug@somethingdoug.com</email>
</developer>
<developer>
<name>jongleberry</name>
<email>jonathanrichardong@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/pillarjs/cookies.git</connection>
<developerConnection>https://github.com/pillarjs/cookies.git</developerConnection>
<url>https://github.com/pillarjs/cookies</url>
</scm>
<issueManagement>
<url>https://github.com/pillarjs/cookies/issues</url>
</issueManagement>
<properties>
<org.mvnpm-depd.version>[2.0.0,2.1)</org.mvnpm-depd.version>
<org.mvnpm-keygrip.version>[1.1.0,1.2)</org.mvnpm-keygrip.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>depd</artifactId>
<version>${org.mvnpm-depd.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>keygrip</artifactId>
<version>${org.mvnpm-keygrip.version}</version>
</dependency>
</dependencies>
</project>