GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdhttp-fortesting-plugins |
Version | Version1.9.146 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webpieces/http-fortesting-plugins/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http-fortesting-plugins</artifactId>
<version>1.9.146</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-fortesting-plugins/
implementation 'org.webpieces:http-fortesting-plugins:1.9.146'
// https://jarcasting.com/artifacts/org.webpieces/http-fortesting-plugins/
implementation ("org.webpieces:http-fortesting-plugins:1.9.146")
'org.webpieces:http-fortesting-plugins:jar:1.9.146'
<dependency org="org.webpieces" name="http-fortesting-plugins" rev="1.9.146">
<artifact name="http-fortesting-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-fortesting-plugins', version='1.9.146')
)
libraryDependencies += "org.webpieces" % "http-fortesting-plugins" % "1.9.146"
[org.webpieces/http-fortesting-plugins "1.9.146"]