GroupId | GroupIdio.openexchange |
---|---|
ArtifactId | ArtifactIdopenexchange-boot-batch |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.openexchange/openexchange-boot-batch/ -->
<dependency>
<groupId>io.openexchange</groupId>
<artifactId>openexchange-boot-batch</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.openexchange/openexchange-boot-batch/
implementation 'io.openexchange:openexchange-boot-batch:1.0.3'
// https://jarcasting.com/artifacts/io.openexchange/openexchange-boot-batch/
implementation ("io.openexchange:openexchange-boot-batch:1.0.3")
'io.openexchange:openexchange-boot-batch:jar:1.0.3'
<dependency org="io.openexchange" name="openexchange-boot-batch" rev="1.0.3">
<artifact name="openexchange-boot-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.openexchange', module='openexchange-boot-batch', version='1.0.3')
)
libraryDependencies += "io.openexchange" % "openexchange-boot-batch" % "1.0.3"
[io.openexchange/openexchange-boot-batch "1.0.3"]