文件名 | 操作 |
---|---|
spring-batch-parent-2.1.8.RELEASE.pom | 下载 |
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-parent</artifactId>
<version>2.1.8.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-parent" % "2.1.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-parent', version='2.1.8.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-parent" rev="2.1.8.RELEASE" />