Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.tisseurdetoile.batch |
ArtifactId | ArtifactIdspringbatch-socle-tools |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.tisseurdetoile.batch/springbatch-socle-tools/ -->
<dependency>
<groupId>net.tisseurdetoile.batch</groupId>
<artifactId>springbatch-socle-tools</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.tisseurdetoile.batch/springbatch-socle-tools/
implementation 'net.tisseurdetoile.batch:springbatch-socle-tools:0.1'
// https://jarcasting.com/artifacts/net.tisseurdetoile.batch/springbatch-socle-tools/
implementation ("net.tisseurdetoile.batch:springbatch-socle-tools:0.1")
'net.tisseurdetoile.batch:springbatch-socle-tools:jar:0.1'
<dependency org="net.tisseurdetoile.batch" name="springbatch-socle-tools" rev="0.1">
<artifact name="springbatch-socle-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.tisseurdetoile.batch', module='springbatch-socle-tools', version='0.1')
)
libraryDependencies += "net.tisseurdetoile.batch" % "springbatch-socle-tools" % "0.1"
[net.tisseurdetoile.batch/springbatch-socle-tools "0.1"]