Categories |
CategoriesData Leaf Databases |
---|---|
GroupId | GroupIdio.github.jpenren |
ArtifactId | ArtifactIdthymeleaf-spring-data-dialect |
Version | Version1.0.0.BETA02 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.jpenren/thymeleaf-spring-data-dialect/ -->
<dependency>
<groupId>io.github.jpenren</groupId>
<artifactId>thymeleaf-spring-data-dialect</artifactId>
<version>1.0.0.BETA02</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jpenren/thymeleaf-spring-data-dialect/
implementation 'io.github.jpenren:thymeleaf-spring-data-dialect:1.0.0.BETA02'
// https://jarcasting.com/artifacts/io.github.jpenren/thymeleaf-spring-data-dialect/
implementation ("io.github.jpenren:thymeleaf-spring-data-dialect:1.0.0.BETA02")
'io.github.jpenren:thymeleaf-spring-data-dialect:jar:1.0.0.BETA02'
<dependency org="io.github.jpenren" name="thymeleaf-spring-data-dialect" rev="1.0.0.BETA02">
<artifact name="thymeleaf-spring-data-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jpenren', module='thymeleaf-spring-data-dialect', version='1.0.0.BETA02')
)
libraryDependencies += "io.github.jpenren" % "thymeleaf-spring-data-dialect" % "1.0.0.BETA02"
[io.github.jpenren/thymeleaf-spring-data-dialect "1.0.0.BETA02"]