html
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>html</artifactId>
<version>1.0.0</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>html</artifactId>
<version>1.0.0</version>
<name>html</name>
<description>HTML pretty printer CLI utility (based on jsbeautifier)</description>
<url>https://github.com/maxogden/commonjs-html-prettyprinter</url>
<organization>
<name>Max Ogden</name>
<url>https://github.com/maxogden/commonjs-html-prettyprinter</url>
</organization>
<licenses>
<license>
<name>BSD</name>
</license>
</licenses>
<developers>
<developer>
<name>maxogden</name>
<email>max@maxogden.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/maxogden/commonjs-html-prettyprinter.git</connection>
<developerConnection>https://github.com/maxogden/commonjs-html-prettyprinter.git</developerConnection>
<url>https://github.com/maxogden/commonjs-html-prettyprinter</url>
</scm>
<issueManagement>
<url>https://github.com/maxogden/commonjs-html-prettyprinter/issues</url>
</issueManagement>
<properties>
<org.mvnpm-concat-stream.version>[1.4.7,2)</org.mvnpm-concat-stream.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>concat-stream</artifactId>
<version>${org.mvnpm-concat-stream.version}</version>
</dependency>
</dependencies>
</project>