| Категории |
КатегорииGradle Компиляция и сборка |
|---|---|
| Группа | Группаorg.webpieces |
| Идентификатор | Идентификаторgradle-plugin-htmlcompiler |
| Версия | Версия1.9.24 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.webpieces/gradle-plugin-htmlcompiler/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>gradle-plugin-htmlcompiler</artifactId>
<version>1.9.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/gradle-plugin-htmlcompiler/
implementation 'org.webpieces:gradle-plugin-htmlcompiler:1.9.24'
// https://jarcasting.com/artifacts/org.webpieces/gradle-plugin-htmlcompiler/
implementation ("org.webpieces:gradle-plugin-htmlcompiler:1.9.24")
'org.webpieces:gradle-plugin-htmlcompiler:jar:1.9.24'
<dependency org="org.webpieces" name="gradle-plugin-htmlcompiler" rev="1.9.24">
<artifact name="gradle-plugin-htmlcompiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='gradle-plugin-htmlcompiler', version='1.9.24')
)
libraryDependencies += "org.webpieces" % "gradle-plugin-htmlcompiler" % "1.9.24"
[org.webpieces/gradle-plugin-htmlcompiler "1.9.24"]