e

easy-helper

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