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