s

spring-script-hooks

Library that allows scripts to be run before and after a spring application run
文件下载
文件名 操作
spring-script-hooks-0.1.1.jar 下载
spring-script-hooks-0.1.1.pom 下载
spring-script-hooks-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nl.42</groupId>
  <artifactId>spring-script-hooks</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'nl.42:spring-script-hooks:0.1.1'
Gradle Kotlin
implementation("nl.42:spring-script-hooks:0.1.1")
Scala SBT
libraryDependencies += "nl.42" % "spring-script-hooks" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='nl.42', module='spring-script-hooks', version='0.1.1')
)
Apache Ivy
<dependency org="nl.42" name="spring-script-hooks" rev="0.1.1" />
Leiningen
[nl.42/spring-script-hooks "0.1.1"]
Apache Buildr
'nl.42:spring-script-hooks:jar:0.1.1'