e

easy-massive-loading

This is a java library to make easier the proccess of creations of "Massive Loading" features.
https://github.com/darthpetter
Apache License, Version 2.0
Petter Gavilánez Segura
Files download
File Operation
easy-massive-loading-1.0.5.jar download
easy-massive-loading-1.0.5.pom download
easy-massive-loading-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.darthpetter</groupId>
  <artifactId>easy-massive-loading</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.darthpetter:easy-massive-loading:1.0.5'
Gradle Kotlin
implementation("io.github.darthpetter:easy-massive-loading:1.0.5")
Scala SBT
libraryDependencies += "io.github.darthpetter" % "easy-massive-loading" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.darthpetter', module='easy-massive-loading', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.darthpetter" name="easy-massive-loading" rev="1.0.5" />
Leiningen
[io.github.darthpetter/easy-massive-loading "1.0.5"]
Apache Buildr
'io.github.darthpetter:easy-massive-loading:jar:1.0.5'