文件下载
文件名 操作
ntomcat-0.8.3.0.jar 下载
ntomcat-0.8.3.0.pom 下载
ntomcat-0.8.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.thevpc.nuts.toolbox</groupId>
  <artifactId>ntomcat</artifactId>
  <version>0.8.3.0</version>
</dependency>
Gradle Groovy
implementation 'net.thevpc.nuts.toolbox:ntomcat:0.8.3.0'
Gradle Kotlin
implementation("net.thevpc.nuts.toolbox:ntomcat:0.8.3.0")
Scala SBT
libraryDependencies += "net.thevpc.nuts.toolbox" % "ntomcat" % "0.8.3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.thevpc.nuts.toolbox', module='ntomcat', version='0.8.3.0')
)
Apache Ivy
<dependency org="net.thevpc.nuts.toolbox" name="ntomcat" rev="0.8.3.0" />
Leiningen
[net.thevpc.nuts.toolbox/ntomcat "0.8.3.0"]
Apache Buildr
'net.thevpc.nuts.toolbox:ntomcat:jar:0.8.3.0'