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