License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdgradle-plugin-htmlcompiler |
Version | Version2.0.151 |
Type | Typejar |
Description |
Descriptiongradle-plugin-htmlcompiler
Gradle plugin to compile html files to java Class files for production use
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.webpieces/gradle-plugin-htmlcompiler/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>gradle-plugin-htmlcompiler</artifactId>
<version>2.0.151</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/gradle-plugin-htmlcompiler/
implementation 'org.webpieces:gradle-plugin-htmlcompiler:2.0.151'
// https://jarcasting.com/artifacts/org.webpieces/gradle-plugin-htmlcompiler/
implementation ("org.webpieces:gradle-plugin-htmlcompiler:2.0.151")
'org.webpieces:gradle-plugin-htmlcompiler:jar:2.0.151'
<dependency org="org.webpieces" name="gradle-plugin-htmlcompiler" rev="2.0.151">
<artifact name="gradle-plugin-htmlcompiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='gradle-plugin-htmlcompiler', version='2.0.151')
)
libraryDependencies += "org.webpieces" % "gradle-plugin-htmlcompiler" % "2.0.151"
[org.webpieces/gradle-plugin-htmlcompiler "2.0.151"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
joda-time : joda-time | jar | 2.9.4 |
Group / Artifact | Type | Version |
---|---|---|
org.webpieces : http-templating-dev | jar | 2.0.151 |