| Категории |
КатегорииLeaf Данные Базы данных |
|---|---|
| Группа | Группаcom.github.wuic |
| Идентификатор | Идентификаторwuic-thymeleaf |
| Версия | Версия0.4.1.RC1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| wuic-thymeleaf-0.4.1.RC1.pom | |
| wuic-thymeleaf-0.4.1.RC1.jar | 4 KB |
| wuic-thymeleaf-0.4.1.RC1-sources.jar | 4 KB |
| wuic-thymeleaf-0.4.1.RC1-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.wuic/wuic-thymeleaf/ -->
<dependency>
<groupId>com.github.wuic</groupId>
<artifactId>wuic-thymeleaf</artifactId>
<version>0.4.1.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wuic/wuic-thymeleaf/
implementation 'com.github.wuic:wuic-thymeleaf:0.4.1.RC1'
// https://jarcasting.com/artifacts/com.github.wuic/wuic-thymeleaf/
implementation ("com.github.wuic:wuic-thymeleaf:0.4.1.RC1")
'com.github.wuic:wuic-thymeleaf:jar:0.4.1.RC1'
<dependency org="com.github.wuic" name="wuic-thymeleaf" rev="0.4.1.RC1">
<artifact name="wuic-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wuic', module='wuic-thymeleaf', version='0.4.1.RC1')
)
libraryDependencies += "com.github.wuic" % "wuic-thymeleaf" % "0.4.1.RC1"
[com.github.wuic/wuic-thymeleaf "0.4.1.RC1"]