| Категории |
КатегорииGUI Взаимодействие с пользователем Leaf Данные Базы данных Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.peterphi.std.guice |
| Идентификатор | Идентификаторstdlib-guice-thymeleaf |
| Версия | Версия6.2.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-thymeleaf/ -->
<dependency>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-thymeleaf</artifactId>
<version>6.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-thymeleaf/
implementation 'com.peterphi.std.guice:stdlib-guice-thymeleaf:6.2.0'
// https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-thymeleaf/
implementation ("com.peterphi.std.guice:stdlib-guice-thymeleaf:6.2.0")
'com.peterphi.std.guice:stdlib-guice-thymeleaf:jar:6.2.0'
<dependency org="com.peterphi.std.guice" name="stdlib-guice-thymeleaf" rev="6.2.0">
<artifact name="stdlib-guice-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std.guice', module='stdlib-guice-thymeleaf', version='6.2.0')
)
libraryDependencies += "com.peterphi.std.guice" % "stdlib-guice-thymeleaf" % "6.2.0"
[com.peterphi.std.guice/stdlib-guice-thymeleaf "6.2.0"]