| Categories |
CategoriesGradle Build Tools |
|---|---|
| GroupId | GroupIdorg.webpieces |
| ArtifactId | ArtifactIdgradle-plugin-htmlcompiler |
| Version | Version2.0.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webpieces/gradle-plugin-htmlcompiler/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>gradle-plugin-htmlcompiler</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/gradle-plugin-htmlcompiler/
implementation 'org.webpieces:gradle-plugin-htmlcompiler:2.0.7'
// https://jarcasting.com/artifacts/org.webpieces/gradle-plugin-htmlcompiler/
implementation ("org.webpieces:gradle-plugin-htmlcompiler:2.0.7")
'org.webpieces:gradle-plugin-htmlcompiler:jar:2.0.7'
<dependency org="org.webpieces" name="gradle-plugin-htmlcompiler" rev="2.0.7">
<artifact name="gradle-plugin-htmlcompiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='gradle-plugin-htmlcompiler', version='2.0.7')
)
libraryDependencies += "org.webpieces" % "gradle-plugin-htmlcompiler" % "2.0.7"
[org.webpieces/gradle-plugin-htmlcompiler "2.0.7"]