Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdorg.thymeleaf.extras |
ArtifactId | ArtifactIdthymeleaf-extras-conditionalcomments |
Version | Version2.1.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.thymeleaf.extras/thymeleaf-extras-conditionalcomments/ -->
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-conditionalcomments</artifactId>
<version>2.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf.extras/thymeleaf-extras-conditionalcomments/
implementation 'org.thymeleaf.extras:thymeleaf-extras-conditionalcomments:2.1.1.RELEASE'
// https://jarcasting.com/artifacts/org.thymeleaf.extras/thymeleaf-extras-conditionalcomments/
implementation ("org.thymeleaf.extras:thymeleaf-extras-conditionalcomments:2.1.1.RELEASE")
'org.thymeleaf.extras:thymeleaf-extras-conditionalcomments:jar:2.1.1.RELEASE'
<dependency org="org.thymeleaf.extras" name="thymeleaf-extras-conditionalcomments" rev="2.1.1.RELEASE">
<artifact name="thymeleaf-extras-conditionalcomments" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf.extras', module='thymeleaf-extras-conditionalcomments', version='2.1.1.RELEASE')
)
libraryDependencies += "org.thymeleaf.extras" % "thymeleaf-extras-conditionalcomments" % "2.1.1.RELEASE"
[org.thymeleaf.extras/thymeleaf-extras-conditionalcomments "2.1.1.RELEASE"]