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