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