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