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