Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdhu.inbuss |
ArtifactId | ArtifactIdthymeleaf-cdi |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
thymeleaf-cdi-0.0.1.pom | |
thymeleaf-cdi-0.0.1.jar | 7 KB |
thymeleaf-cdi-0.0.1-sources.jar | 5 KB |
thymeleaf-cdi-0.0.1-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.inbuss/thymeleaf-cdi/ -->
<dependency>
<groupId>hu.inbuss</groupId>
<artifactId>thymeleaf-cdi</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/hu.inbuss/thymeleaf-cdi/
implementation 'hu.inbuss:thymeleaf-cdi:0.0.1'
// https://jarcasting.com/artifacts/hu.inbuss/thymeleaf-cdi/
implementation ("hu.inbuss:thymeleaf-cdi:0.0.1")
'hu.inbuss:thymeleaf-cdi:jar:0.0.1'
<dependency org="hu.inbuss" name="thymeleaf-cdi" rev="0.0.1">
<artifact name="thymeleaf-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.inbuss', module='thymeleaf-cdi', version='0.0.1')
)
libraryDependencies += "hu.inbuss" % "thymeleaf-cdi" % "0.0.1"
[hu.inbuss/thymeleaf-cdi "0.0.1"]