GroupId | GroupIdorg.jsmart |
---|---|
ArtifactId | ArtifactIdhttp-testing |
Version | Version1.3.17 |
Type | Typejar |
Filename | Size |
---|---|
http-testing-1.3.17.pom | |
http-testing-1.3.17.jar | 16 KB |
http-testing-1.3.17-sources.jar | 10 KB |
http-testing-1.3.17-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsmart/http-testing/ -->
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>http-testing</artifactId>
<version>1.3.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsmart/http-testing/
implementation 'org.jsmart:http-testing:1.3.17'
// https://jarcasting.com/artifacts/org.jsmart/http-testing/
implementation ("org.jsmart:http-testing:1.3.17")
'org.jsmart:http-testing:jar:1.3.17'
<dependency org="org.jsmart" name="http-testing" rev="1.3.17">
<artifact name="http-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsmart', module='http-testing', version='1.3.17')
)
libraryDependencies += "org.jsmart" % "http-testing" % "1.3.17"
[org.jsmart/http-testing "1.3.17"]