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