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