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