Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcom.connect-group |
ArtifactId | ArtifactIdthymeleaf-extras |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
thymeleaf-extras-2.0.1.pom | |
thymeleaf-extras-2.0.1.jar | 9 KB |
thymeleaf-extras-2.0.1-sources.jar | 6 KB |
thymeleaf-extras-2.0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.connect-group/thymeleaf-extras/ -->
<dependency>
<groupId>com.connect-group</groupId>
<artifactId>thymeleaf-extras</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.connect-group/thymeleaf-extras/
implementation 'com.connect-group:thymeleaf-extras:2.0.1'
// https://jarcasting.com/artifacts/com.connect-group/thymeleaf-extras/
implementation ("com.connect-group:thymeleaf-extras:2.0.1")
'com.connect-group:thymeleaf-extras:jar:2.0.1'
<dependency org="com.connect-group" name="thymeleaf-extras" rev="2.0.1">
<artifact name="thymeleaf-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.connect-group', module='thymeleaf-extras', version='2.0.1')
)
libraryDependencies += "com.connect-group" % "thymeleaf-extras" % "2.0.1"
[com.connect-group/thymeleaf-extras "2.0.1"]