h

hsweb-expands-template

模板引擎封装
https://github.com/hs-web/hsweb-expands/${artifactId}
Files download
File Operation
hsweb-expands-template-3.0.2.jar download
hsweb-expands-template-3.0.2.pom download
hsweb-expands-template-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hswebframework</groupId>
  <artifactId>hsweb-expands-template</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.hswebframework:hsweb-expands-template:3.0.2'
Gradle Kotlin
implementation("org.hswebframework:hsweb-expands-template:3.0.2")
Scala SBT
libraryDependencies += "org.hswebframework" % "hsweb-expands-template" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hswebframework', module='hsweb-expands-template', version='3.0.2')
)
Apache Ivy
<dependency org="org.hswebframework" name="hsweb-expands-template" rev="3.0.2" />
Leiningen
[org.hswebframework/hsweb-expands-template "3.0.2"]
Apache Buildr
'org.hswebframework:hsweb-expands-template:jar:3.0.2'