l

loader

Framework for bulk data loading
Files download
File Operation
loader-0.6.jar download
loader-0.6.pom download
loader-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.seovic.coherence</groupId>
  <artifactId>loader</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.seovic.coherence:loader:0.6'
Gradle Kotlin
implementation("com.seovic.coherence:loader:0.6")
Scala SBT
libraryDependencies += "com.seovic.coherence" % "loader" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.seovic.coherence', module='loader', version='0.6')
)
Apache Ivy
<dependency org="com.seovic.coherence" name="loader" rev="0.6" />
Leiningen
[com.seovic.coherence/loader "0.6"]
Apache Buildr
'com.seovic.coherence:loader:jar:0.6'