Download tomcat-boot-0.5.5.jar file - Jar t

Jar examples for t:tomcat-boot

Description

boot library for web application by Tomcat

You can download jar file tomcat-boot 0.5.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add tomcat-boot-0.5.5.jar to your project.

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

Download

Click the following link to download the jar file.

tomcat-boot-0.5.5-javadoc.jar
tomcat-boot-0.5.5-sources.jar
tomcat-boot-0.5.5.jar
tomcat-boot-0.5.5.pom



Related Tutorials