| GroupId | GroupIdorg.springframework.batch | 
|---|---|
| ArtifactId | ArtifactIdspring-batch-core | 
| Version | Version3.0.10.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-batch-core-3.0.10.RELEASE.pom | |
| spring-batch-core-3.0.10.RELEASE.jar | 770 KB | 
| spring-batch-core-3.0.10.RELEASE-sources.jar | 621 KB | 
| spring-batch-core-3.0.10.RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-core/ -->
<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-core</artifactId>
    <version>3.0.10.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-core/
implementation 'org.springframework.batch:spring-batch-core:3.0.10.RELEASE'// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-core/
implementation ("org.springframework.batch:spring-batch-core:3.0.10.RELEASE")'org.springframework.batch:spring-batch-core:jar:3.0.10.RELEASE'<dependency org="org.springframework.batch" name="spring-batch-core" rev="3.0.10.RELEASE">
  <artifact name="spring-batch-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-core', version='3.0.10.RELEASE')
)libraryDependencies += "org.springframework.batch" % "spring-batch-core" % "3.0.10.RELEASE"[org.springframework.batch/spring-batch-core "3.0.10.RELEASE"]