Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.github.rlon008 |
ArtifactId | ArtifactIdtestamation-httpmock-tomcat |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rlon008/testamation-httpmock-tomcat/ -->
<dependency>
<groupId>com.github.rlon008</groupId>
<artifactId>testamation-httpmock-tomcat</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-httpmock-tomcat/
implementation 'com.github.rlon008:testamation-httpmock-tomcat:1.0'
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-httpmock-tomcat/
implementation ("com.github.rlon008:testamation-httpmock-tomcat:1.0")
'com.github.rlon008:testamation-httpmock-tomcat:jar:1.0'
<dependency org="com.github.rlon008" name="testamation-httpmock-tomcat" rev="1.0">
<artifact name="testamation-httpmock-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rlon008', module='testamation-httpmock-tomcat', version='1.0')
)
libraryDependencies += "com.github.rlon008" % "testamation-httpmock-tomcat" % "1.0"
[com.github.rlon008/testamation-httpmock-tomcat "1.0"]