| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hiwepy |
| ArtifactId | ArtifactIdhitool-freemarker |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
| Description |
Description通用工具组件(An Common Tools Component)
|
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/hitool-freemarker/ -->
<dependency>
<groupId>com.github.hiwepy</groupId>
<artifactId>hitool-freemarker</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hiwepy/hitool-freemarker/
implementation 'com.github.hiwepy:hitool-freemarker:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.hiwepy/hitool-freemarker/
implementation ("com.github.hiwepy:hitool-freemarker:1.0.0.RELEASE")
'com.github.hiwepy:hitool-freemarker:jar:1.0.0.RELEASE'
<dependency org="com.github.hiwepy" name="hitool-freemarker" rev="1.0.0.RELEASE">
<artifact name="hitool-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hiwepy', module='hitool-freemarker', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.hiwepy" % "hitool-freemarker" % "1.0.0.RELEASE"
[com.github.hiwepy/hitool-freemarker "1.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.freemarker : freemarker | jar | 2.3.31 |
| com.github.hiwepy : hitool-core | jar | 1.0.0.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core | jar | 5.3.5 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
| org.slf4j : jul-to-slf4j | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |