<dependency> <groupId>de.codecentric</groupId> <artifactId>batch-boot-simple</artifactId> <version>2.3.0</version> </dependency>
implementation 'de.codecentric:batch-boot-simple:2.3.0'
implementation("de.codecentric:batch-boot-simple:2.3.0")
libraryDependencies += "de.codecentric" % "batch-boot-simple" % "2.3.0"
@Grapes( @Grab(group='de.codecentric', module='batch-boot-simple', version='2.3.0') )
<dependency org="de.codecentric" name="batch-boot-simple" rev="2.3.0" />
[de.codecentric/batch-boot-simple "2.3.0"]
'de.codecentric:batch-boot-simple:jar:2.3.0'
<parent> <groupId>de.codecentric</groupId> <artifactId>batch-web-spring-boot-samples</artifactId> <version>2.3.0</version> </parent>
compile
|-- de.codecentric:batch-web-spring-boot-starter:2.3.0
|-- org.hsqldb:hsqldb:2.5.2