html2js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.jdev.html2js</groupId>
<artifactId>html2js</artifactId>
<version>0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>io.jdev.html2js</groupId>
<artifactId>html2js</artifactId>
<version>0.1</version>
<name>HTML 2 JS</name>
<description>An implementation of grunt-html2js for the JVM. Bundles AngularJS HTML templates into Javascript files.</description>
<url>https://github.com/tomdcc/html2js-jvm/</url>
<inceptionYear>2014</inceptionYear>
<licenses>
<license>
<name>The MIT Licence</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>tomdcc</id>
<name>Tom Dunstan</name>
</developer>
</developers>
<scm>
<url>https://github.com/tomdcc/html2js-jvm/</url>
</scm>
</project>