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