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