javascript-formatter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.marvinformatics.formatter</groupId> <artifactId>javascript-formatter</artifactId> <version>2.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.marvinformatics.formatter</groupId> <artifactId>javascript-formatter</artifactId> <version>2.2.0</version> <packaging>eclipse-plugin</packaging> <name>javascript-formatter</name> <description>Plugin for formatting source code</description> <url>https://github.com/velo/maven-formatter-plugin/formatters/javascript-formatter/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> <comments>A business-friendly OSS license</comments> </license> </licenses> <developers> <developer> <id>velo</id> <name>Marvin Herman Froeder</name> <email>velo br at gmail dot com</email> <url>about.me/velo</url> <roles> <role>owner</role> </roles> </developer> </developers> <scm> <connection>scm:git:git://github.com/velo/maven-formatter-plugin.git/formatters/javascript-formatter</connection> <developerConnection>scm:git:https://github.com/velo/maven-formatter-plugin.git/formatters/javascript-formatter</developerConnection> <url>https://github.com/velo/maven-formatter-plugin/formatters/javascript-formatter/</url> </scm> </project>