GroupId | GroupIdde.codecentric |
---|---|
ArtifactId | ArtifactIdbatch-boot-simple |
Version | Version2.0.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.codecentric/batch-boot-simple/ -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>batch-boot-simple</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/batch-boot-simple/
implementation 'de.codecentric:batch-boot-simple:2.0.3.RELEASE'
// https://jarcasting.com/artifacts/de.codecentric/batch-boot-simple/
implementation ("de.codecentric:batch-boot-simple:2.0.3.RELEASE")
'de.codecentric:batch-boot-simple:jar:2.0.3.RELEASE'
<dependency org="de.codecentric" name="batch-boot-simple" rev="2.0.3.RELEASE">
<artifact name="batch-boot-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='batch-boot-simple', version='2.0.3.RELEASE')
)
libraryDependencies += "de.codecentric" % "batch-boot-simple" % "2.0.3.RELEASE"
[de.codecentric/batch-boot-simple "2.0.3.RELEASE"]