<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-resources</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
implementation("org.springframework.batch:spring-batch-admin-resources:1.2.0.RELEASE")
libraryDependencies += "org.springframework.batch" % "spring-batch-admin-resources" % "1.2.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-admin-resources', version='1.2.0.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-admin-resources" rev="1.2.0.RELEASE" />
<parent> <groupId>org.springframework.batch</groupId> <artifactId>spring-batch-admin-parent</artifactId> <version>1.2.0.RELEASE</version> </parent>
compile
|-- junit:junit
|-- org.springframework:spring-test
|-- org.springframework:spring-aop
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
|-- log4j:log4j
|-- commons-collections:commons-collections
|-- org.springframework:spring-context-support