s

script-exec

script execution
http://palletops.com
Hugo Duncan
文件下载
文件名 操作
script-exec-0.2.2.jar 下载
script-exec-0.2.2.pom 下载
script-exec-0.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.cloudhoist</groupId>
  <artifactId>script-exec</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.cloudhoist:script-exec:0.2.2'
Gradle Kotlin
implementation("org.cloudhoist:script-exec:0.2.2")
Scala SBT
libraryDependencies += "org.cloudhoist" % "script-exec" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.cloudhoist', module='script-exec', version='0.2.2')
)
Apache Ivy
<dependency org="org.cloudhoist" name="script-exec" rev="0.2.2" />
Leiningen
[org.cloudhoist/script-exec "0.2.2"]
Apache Buildr
'org.cloudhoist:script-exec:jar:0.2.2'