Files download
File Operation
micro4j-1.8.0.pom download
Apache Maven
<dependency>
  <groupId>io.webfolder</groupId>
  <artifactId>micro4j</artifactId>
  <version>1.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.webfolder:micro4j:1.8.0'
Gradle Kotlin
implementation("io.webfolder:micro4j:1.8.0")
Scala SBT
libraryDependencies += "io.webfolder" % "micro4j" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.webfolder', module='micro4j', version='1.8.0')
)
Apache Ivy
<dependency org="io.webfolder" name="micro4j" rev="1.8.0" />
Leiningen
[io.webfolder/micro4j "1.8.0"]
Apache Buildr
'io.webfolder:micro4j:jar:1.8.0'
Dependencies
The project has no third-party dependencies