Files download
File Operation
jfix-stdlib-batching-3.1.4.jar download
jfix-stdlib-batching-3.1.4.pom download
jfix-stdlib-batching-3.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.fix</groupId>
  <artifactId>jfix-stdlib-batching</artifactId>
  <version>3.1.4</version>
</dependency>
Gradle Groovy
implementation 'ru.fix:jfix-stdlib-batching:3.1.4'
Gradle Kotlin
implementation("ru.fix:jfix-stdlib-batching:3.1.4")
Scala SBT
libraryDependencies += "ru.fix" % "jfix-stdlib-batching" % "3.1.4"
Groovy Grape
@Grapes(
  @Grab(group='ru.fix', module='jfix-stdlib-batching', version='3.1.4')
)
Apache Ivy
<dependency org="ru.fix" name="jfix-stdlib-batching" rev="3.1.4" />
Leiningen
[ru.fix/jfix-stdlib-batching "3.1.4"]
Apache Buildr
'ru.fix:jfix-stdlib-batching:jar:3.1.4'