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