Download tomcat-test-app-server-0.0.1.jar file - Jar t

Jar examples for t:tomcat-test-app-server

Description

Helper code to spin up a tomcat app during tests and mocking downstream http calls

You can download jar file tomcat-test-app-server 0.0.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add tomcat-test-app-server-0.0.1.jar to your project.

<dependency>
   <groupId>com.dthoffman.tomcatmock</groupId>
   <artifactId>tomcat-test-app-server</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'com.dthoffman.tomcatmock', name: 'tomcat-test-app-server', version: '0.0.1'
libraryDependencies += "com.dthoffman.tomcatmock" % "tomcat-test-app-server" % "0.0.1"
<dependency org="com.dthoffman.tomcatmock" name="tomcat-test-app-server" rev="0.0.1"/>
@Grapes(@Grab(group='com.dthoffman.tomcatmock', module='tomcat-test-app-server', version='0.0.1'))
'com.dthoffman.tomcatmock:tomcat-test-app-server:jar:0.0.1'

Download

Click the following link to download the jar file.

tomcat-test-app-server-0.0.1-javadoc.jar
tomcat-test-app-server-0.0.1-sources.jar
tomcat-test-app-server-0.0.1.jar
tomcat-test-app-server-0.0.1.pom



Related Tutorials