Registry / templating / thymeleaf-extras-data-attribute

thymeleaf-extras-data-attribute

JSON →
library2.0.1javamavenunverified

A Thymeleaf dialect that simplifies writing data-* attributes in templates, replacing verbose th:attr syntax with a concise data: prefix.

<dependency> <groupId>com.github.mxab.thymeleaf.extras</groupId> <artifactId>thymeleaf-extras-data-attribute</artifactId> <version>2.0.1</version> </dependency>
INSTALL
IMPORT
SIG · THYMELEAF-EXTRAS-D
T
thymeleaf-extras-data-attribute
templatingjavav2.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataAttributeDialect
com.github.mxab.thymeleaf.extras.dataattribute.dialect.DataAttributeDialect

Instantiate the DataAttributeDialect to use in Thymeleaf template engine configuration.

import com.github.mxab.thymeleaf.extras.dataattribute.dialect.DataAttributeDialect; public class Example { public static void main(String[] args) { DataAttributeDialect dialect = new DataAttributeDialect(); System.out.println("Dialect created: " + dialect); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
thymeleaf-extras-data-attribute — mvn dependency:get thymeleaf-extras-data-attribute · libregistry