Jar examples for t:tomcat-test-app-server
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.
The Apache License, Version 2.0
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'
Click the following link to download the jar file.
tomcat-test-app-server-0.0.1-javadoc.jar