url
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>url</artifactId>
<version>2.9.7</version>
</dependency><?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.mastfrog</groupId>
<artifactId>mastfrog-parent</artifactId>
<version>2.9.7</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>url</artifactId>
<url>https://github.com/timboudreau/acteur</url>
<name>URL</name>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>util-collections</artifactId>
</dependency>
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>simplevalidation</artifactId>
<exclusions>
<exclusion>
<groupId>com.mastfrog</groupId>
<artifactId>nbstubs</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<issueManagement>
<system>Github</system>
<url>https://github.com/timboudreau/acteur/issues</url>
</issueManagement>
<scm>
<url>https://github.com/timboudreau/acteur.git</url>
<connection>scm:git:https://github.com/timboudreau/acteur.git</connection>
<developerConnection>git@github.com/timboudreau/acteur.git</developerConnection>
</scm>
<organization>
<name>Mastfrog Technologies</name>
<url>https://mastfrog.com</url>
</organization>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Tim Boudreau</name>
<email>tim@timboudreau.com</email>
<url>https://timboudreau.com</url>
</developer>
</developers>
</project>