Download tomcat-0.4.0-beta-1.jar file - Jar t

Jar examples for t:tomcat

Description

Crate for the installation and configuration of Apache Tomcat

You can download jar file tomcat 0.4.0-beta-1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add tomcat-0.4.0-beta-1.jar to your project.

<dependency>
   <groupId>org.cloudhoist</groupId>
   <artifactId>tomcat</artifactId>
   <version>0.4.0-beta-1</version>
</dependency>
compile group: 'org.cloudhoist', name: 'tomcat', version: '0.4.0-beta-1'
libraryDependencies += "org.cloudhoist" % "tomcat" % "0.4.0-beta-1"
<dependency org="org.cloudhoist" name="tomcat" rev="0.4.0-beta-1"/>
@Grapes(@Grab(group='org.cloudhoist', module='tomcat', version='0.4.0-beta-1'))
'org.cloudhoist:tomcat:jar:0.4.0-beta-1'

Download

Click the following link to download the jar file.

tomcat-0.4.0-beta-1-sources.jar
tomcat-0.4.0-beta-1.jar
tomcat-0.4.0-beta-1.pom



Related Tutorials