Files download
File Operation
nut-tomcat-1.0.22.pom download
Apache Maven
<dependency>
  <groupId>com.yeskery.nut</groupId>
  <artifactId>nut-tomcat</artifactId>
  <version>1.0.22</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.yeskery.nut:nut-tomcat:1.0.22'
Gradle Kotlin
implementation("com.yeskery.nut:nut-tomcat:1.0.22")
Scala SBT
libraryDependencies += "com.yeskery.nut" % "nut-tomcat" % "1.0.22"
Groovy Grape
@Grapes(
  @Grab(group='com.yeskery.nut', module='nut-tomcat', version='1.0.22')
)
Apache Ivy
<dependency org="com.yeskery.nut" name="nut-tomcat" rev="1.0.22" />
Leiningen
[com.yeskery.nut/nut-tomcat "1.0.22"]
Apache Buildr
'com.yeskery.nut:nut-tomcat:jar:1.0.22'