GroupId | GroupIdorg.springframework.batch |
---|---|
ArtifactId | ArtifactIdspring-batch-admin-resources |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- 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.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-resources/
implementation 'org.springframework.batch:spring-batch-admin-resources:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-admin-resources/
implementation ("org.springframework.batch:spring-batch-admin-resources:1.0.0.RELEASE")
'org.springframework.batch:spring-batch-admin-resources:jar:1.0.0.RELEASE'
<dependency org="org.springframework.batch" name="spring-batch-admin-resources" rev="1.0.0.RELEASE">
<artifact name="spring-batch-admin-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-admin-resources', version='1.0.0.RELEASE')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-admin-resources" % "1.0.0.RELEASE"
[org.springframework.batch/spring-batch-admin-resources "1.0.0.RELEASE"]