html2js-jvm 
html2js-jvm is an implementation of html2js for the JVM.
| License |
License |
|---|---|
| GroupId | GroupIdio.jdev.html2js |
| ArtifactId | ArtifactIdhtml2js |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHTML 2 JS
An implementation of grunt-html2js for the JVM. Bundles AngularJS HTML templates into Javascript files.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| html2js-0.1.pom | |
| html2js-0.1.jar | 4 KB |
| html2js-0.1-sources.jar | 2 KB |
| html2js-0.1-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.jdev.html2js/html2js/ -->
<dependency>
<groupId>io.jdev.html2js</groupId>
<artifactId>html2js</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jdev.html2js/html2js/
implementation 'io.jdev.html2js:html2js:0.1'
// https://jarcasting.com/artifacts/io.jdev.html2js/html2js/
implementation ("io.jdev.html2js:html2js:0.1")
'io.jdev.html2js:html2js:jar:0.1'
<dependency org="io.jdev.html2js" name="html2js" rev="0.1">
<artifact name="html2js" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jdev.html2js', module='html2js', version='0.1')
)
libraryDependencies += "io.jdev.html2js" % "html2js" % "0.1"
[io.jdev.html2js/html2js "0.1"]

html2js-jvm is an implementation of html2js for the JVM.