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