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