GroupId | GroupIdcloud.piranha.http |
---|---|
ArtifactId | ArtifactIdpiranha-http-tests |
Version | Version20.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cloud.piranha.http/piranha-http-tests/ -->
<dependency>
<groupId>cloud.piranha.http</groupId>
<artifactId>piranha-http-tests</artifactId>
<version>20.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.http/piranha-http-tests/
implementation 'cloud.piranha.http:piranha-http-tests:20.12.0'
// https://jarcasting.com/artifacts/cloud.piranha.http/piranha-http-tests/
implementation ("cloud.piranha.http:piranha-http-tests:20.12.0")
'cloud.piranha.http:piranha-http-tests:jar:20.12.0'
<dependency org="cloud.piranha.http" name="piranha-http-tests" rev="20.12.0">
<artifact name="piranha-http-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.http', module='piranha-http-tests', version='20.12.0')
)
libraryDependencies += "cloud.piranha.http" % "piranha-http-tests" % "20.12.0"
[cloud.piranha.http/piranha-http-tests "20.12.0"]