is not current version
Last Version 1.3.1.RELEASE

org.springframework.batch:spring-batch-admin-resources 1.2.2.RELEASE

Extensible UI framework and basic styles and layout for Spring Batch Admin console.

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-admin-resources
Version

Version

1.2.2.RELEASE
Type

Type

jar

Download spring-batch-admin-resources 1.2.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-resources/ -->
<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-admin-resources</artifactId>
    <version>1.2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-resources/
implementation 'org.springframework.batch:spring-batch-admin-resources:1.2.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-resources/
implementation ("org.springframework.batch:spring-batch-admin-resources:1.2.2.RELEASE")
'org.springframework.batch:spring-batch-admin-resources:jar:1.2.2.RELEASE'
<dependency org="org.springframework.batch" name="spring-batch-admin-resources" rev="1.2.2.RELEASE">
  <artifact name="spring-batch-admin-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-admin-resources', version='1.2.2.RELEASE')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-admin-resources" % "1.2.2.RELEASE"
[org.springframework.batch/spring-batch-admin-resources "1.2.2.RELEASE"]