h

hsweb-expands-script

动态脚本:动态编译执行js,groovy,java等等
https://github.com/hs-web/hsweb-expands/${artifactId}
Files download
File Operation
hsweb-expands-script-3.0.2.jar download
hsweb-expands-script-3.0.2.pom download
hsweb-expands-script-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hswebframework</groupId>
  <artifactId>hsweb-expands-script</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.hswebframework:hsweb-expands-script:3.0.2'
Gradle Kotlin
implementation("org.hswebframework:hsweb-expands-script:3.0.2")
Scala SBT
libraryDependencies += "org.hswebframework" % "hsweb-expands-script" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hswebframework', module='hsweb-expands-script', version='3.0.2')
)
Apache Ivy
<dependency org="org.hswebframework" name="hsweb-expands-script" rev="3.0.2" />
Leiningen
[org.hswebframework/hsweb-expands-script "3.0.2"]
Apache Buildr
'org.hswebframework:hsweb-expands-script:jar:3.0.2'