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