文件下载
文件名 操作
nutzboot-parent-2.2.5.pom 下载
Apache Maven
<dependency>
  <groupId>org.nutz</groupId>
  <artifactId>nutzboot-parent</artifactId>
  <version>2.2.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.nutz:nutzboot-parent:2.2.5'
Gradle Kotlin
implementation("org.nutz:nutzboot-parent:2.2.5")
Scala SBT
libraryDependencies += "org.nutz" % "nutzboot-parent" % "2.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.nutz', module='nutzboot-parent', version='2.2.5')
)
Apache Ivy
<dependency org="org.nutz" name="nutzboot-parent" rev="2.2.5" />
Leiningen
[org.nutz/nutzboot-parent "2.2.5"]
Apache Buildr
'org.nutz:nutzboot-parent:jar:2.2.5'
本项目依赖
该项目无第三方依赖