Categories |
CategoriesGUI User Interface Leaf Data Databases Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.peterphi.std.guice |
ArtifactId | ArtifactIdstdlib-guice-thymeleaf |
Version | Version4.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-thymeleaf/ -->
<dependency>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-thymeleaf</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-thymeleaf/
implementation 'com.peterphi.std.guice:stdlib-guice-thymeleaf:4.0.0'
// https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-thymeleaf/
implementation ("com.peterphi.std.guice:stdlib-guice-thymeleaf:4.0.0")
'com.peterphi.std.guice:stdlib-guice-thymeleaf:jar:4.0.0'
<dependency org="com.peterphi.std.guice" name="stdlib-guice-thymeleaf" rev="4.0.0">
<artifact name="stdlib-guice-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std.guice', module='stdlib-guice-thymeleaf', version='4.0.0')
)
libraryDependencies += "com.peterphi.std.guice" % "stdlib-guice-thymeleaf" % "4.0.0"
[com.peterphi.std.guice/stdlib-guice-thymeleaf "4.0.0"]