License |
License |
---|---|
GroupId | GroupIdcom.jfinal |
ArtifactId | ArtifactIdenjoy |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionenjoy
Enjoy is a simple, light, rapid, independent, extensible Java Template Engine.
|
Project URL |
Project URL |
Filename | Size |
---|---|
enjoy-5.0.0.pom | |
enjoy-5.0.0.jar | 248 KB |
enjoy-5.0.0-sources.jar | 206 KB |
enjoy-5.0.0-javadoc.jar | 939 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jfinal/enjoy/ -->
<dependency>
<groupId>com.jfinal</groupId>
<artifactId>enjoy</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jfinal/enjoy/
implementation 'com.jfinal:enjoy:5.0.0'
// https://jarcasting.com/artifacts/com.jfinal/enjoy/
implementation ("com.jfinal:enjoy:5.0.0")
'com.jfinal:enjoy:jar:5.0.0'
<dependency org="com.jfinal" name="enjoy" rev="5.0.0">
<artifact name="enjoy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jfinal', module='enjoy', version='5.0.0')
)
libraryDependencies += "com.jfinal" % "enjoy" % "5.0.0"
[com.jfinal/enjoy "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework : spring-webmvc | jar | 5.3.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |