文件下载
文件名 操作
nalu-processor-v2.8.0-gwt-2.8.2.jar 下载
nalu-processor-v2.8.0-gwt-2.8.2.pom 下载
nalu-processor-v2.8.0-gwt-2.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nalukit</groupId>
  <artifactId>nalu-processor</artifactId>
  <version>v2.8.0-gwt-2.8.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.nalukit:nalu-processor:v2.8.0-gwt-2.8.2'
Gradle Kotlin
implementation("com.github.nalukit:nalu-processor:v2.8.0-gwt-2.8.2")
Scala SBT
libraryDependencies += "com.github.nalukit" % "nalu-processor" % "v2.8.0-gwt-2.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nalukit', module='nalu-processor', version='v2.8.0-gwt-2.8.2')
)
Apache Ivy
<dependency org="com.github.nalukit" name="nalu-processor" rev="v2.8.0-gwt-2.8.2" />
Leiningen
[com.github.nalukit/nalu-processor "v2.8.0-gwt-2.8.2"]
Apache Buildr
'com.github.nalukit:nalu-processor:jar:v2.8.0-gwt-2.8.2'