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