Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.tisseurdetoile.batch |
ArtifactId | ArtifactIdspringbatch-example |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
springbatch-example-0.4.pom | |
springbatch-example-0.4.jar | 10 KB |
springbatch-example-0.4-sources.jar | 6 KB |
springbatch-example-0.4-javadoc.jar | 417 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.tisseurdetoile.batch/springbatch-example/ -->
<dependency>
<groupId>net.tisseurdetoile.batch</groupId>
<artifactId>springbatch-example</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.tisseurdetoile.batch/springbatch-example/
implementation 'net.tisseurdetoile.batch:springbatch-example:0.4'
// https://jarcasting.com/artifacts/net.tisseurdetoile.batch/springbatch-example/
implementation ("net.tisseurdetoile.batch:springbatch-example:0.4")
'net.tisseurdetoile.batch:springbatch-example:jar:0.4'
<dependency org="net.tisseurdetoile.batch" name="springbatch-example" rev="0.4">
<artifact name="springbatch-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tisseurdetoile.batch', module='springbatch-example', version='0.4')
)
libraryDependencies += "net.tisseurdetoile.batch" % "springbatch-example" % "0.4"
[net.tisseurdetoile.batch/springbatch-example "0.4"]