Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcom.github.resource4j |
ArtifactId | ArtifactIdresource4j-thymeleaf3 |
Version | Version3.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.resource4j/resource4j-thymeleaf3/ -->
<dependency>
<groupId>com.github.resource4j</groupId>
<artifactId>resource4j-thymeleaf3</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-thymeleaf3/
implementation 'com.github.resource4j:resource4j-thymeleaf3:3.1.1'
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-thymeleaf3/
implementation ("com.github.resource4j:resource4j-thymeleaf3:3.1.1")
'com.github.resource4j:resource4j-thymeleaf3:jar:3.1.1'
<dependency org="com.github.resource4j" name="resource4j-thymeleaf3" rev="3.1.1">
<artifact name="resource4j-thymeleaf3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='resource4j-thymeleaf3', version='3.1.1')
)
libraryDependencies += "com.github.resource4j" % "resource4j-thymeleaf3" % "3.1.1"
[com.github.resource4j/resource4j-thymeleaf3 "3.1.1"]