l

luzzu-lowlevel-operations

The low-level operations module consists of classes that support the execution and maintanace of Luzzu such as caching, filelocks, exception handling etc…
Files download
File Operation
luzzu-lowlevel-operations-4.0.0.jar download
luzzu-lowlevel-operations-4.0.0.pom download
luzzu-lowlevel-operations-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.luzzu</groupId>
  <artifactId>luzzu-lowlevel-operations</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.luzzu:luzzu-lowlevel-operations:4.0.0'
Gradle Kotlin
implementation("io.github.luzzu:luzzu-lowlevel-operations:4.0.0")
Scala SBT
libraryDependencies += "io.github.luzzu" % "luzzu-lowlevel-operations" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.luzzu', module='luzzu-lowlevel-operations', version='4.0.0')
)
Apache Ivy
<dependency org="io.github.luzzu" name="luzzu-lowlevel-operations" rev="4.0.0" />
Leiningen
[io.github.luzzu/luzzu-lowlevel-operations "4.0.0"]
Apache Buildr
'io.github.luzzu:luzzu-lowlevel-operations:jar:4.0.0'