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