Categories |
CategoriesData Leaf Databases |
---|---|
GroupId | GroupIdcom.github.earchitecture.reuse.datatable |
ArtifactId | ArtifactIdreuse-datatable-thymeleaf |
Version | Version0.1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.earchitecture.reuse.datatable/reuse-datatable-thymeleaf/ -->
<dependency>
<groupId>com.github.earchitecture.reuse.datatable</groupId>
<artifactId>reuse-datatable-thymeleaf</artifactId>
<version>0.1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse.datatable/reuse-datatable-thymeleaf/
implementation 'com.github.earchitecture.reuse.datatable:reuse-datatable-thymeleaf:0.1.1.0'
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse.datatable/reuse-datatable-thymeleaf/
implementation ("com.github.earchitecture.reuse.datatable:reuse-datatable-thymeleaf:0.1.1.0")
'com.github.earchitecture.reuse.datatable:reuse-datatable-thymeleaf:jar:0.1.1.0'
<dependency org="com.github.earchitecture.reuse.datatable" name="reuse-datatable-thymeleaf" rev="0.1.1.0">
<artifact name="reuse-datatable-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.earchitecture.reuse.datatable', module='reuse-datatable-thymeleaf', version='0.1.1.0')
)
libraryDependencies += "com.github.earchitecture.reuse.datatable" % "reuse-datatable-thymeleaf" % "0.1.1.0"
[com.github.earchitecture.reuse.datatable/reuse-datatable-thymeleaf "0.1.1.0"]