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