Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcom.jetdrone |
ArtifactId | ArtifactIdyoke.engine.thymeleaf |
Version | Version2.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jetdrone/yoke.engine.thymeleaf/ -->
<dependency>
<groupId>com.jetdrone</groupId>
<artifactId>yoke.engine.thymeleaf</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.jetdrone/yoke.engine.thymeleaf/
implementation 'com.jetdrone:yoke.engine.thymeleaf:2.0.10'
// https://jarcasting.com/artifacts/com.jetdrone/yoke.engine.thymeleaf/
implementation ("com.jetdrone:yoke.engine.thymeleaf:2.0.10")
'com.jetdrone:yoke.engine.thymeleaf:jar:2.0.10'
<dependency org="com.jetdrone" name="yoke.engine.thymeleaf" rev="2.0.10">
<artifact name="yoke.engine.thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jetdrone', module='yoke.engine.thymeleaf', version='2.0.10')
)
libraryDependencies += "com.jetdrone" % "yoke.engine.thymeleaf" % "2.0.10"
[com.jetdrone/yoke.engine.thymeleaf "2.0.10"]