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