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