Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcom.github.bufferings |
ArtifactId | ArtifactIdthymeleaf-extras-nl2br |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bufferings/thymeleaf-extras-nl2br/ -->
<dependency>
<groupId>com.github.bufferings</groupId>
<artifactId>thymeleaf-extras-nl2br</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bufferings/thymeleaf-extras-nl2br/
implementation 'com.github.bufferings:thymeleaf-extras-nl2br:1.0.1'
// https://jarcasting.com/artifacts/com.github.bufferings/thymeleaf-extras-nl2br/
implementation ("com.github.bufferings:thymeleaf-extras-nl2br:1.0.1")
'com.github.bufferings:thymeleaf-extras-nl2br:jar:1.0.1'
<dependency org="com.github.bufferings" name="thymeleaf-extras-nl2br" rev="1.0.1">
<artifact name="thymeleaf-extras-nl2br" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bufferings', module='thymeleaf-extras-nl2br', version='1.0.1')
)
libraryDependencies += "com.github.bufferings" % "thymeleaf-extras-nl2br" % "1.0.1"
[com.github.bufferings/thymeleaf-extras-nl2br "1.0.1"]