GroupId | GroupIdcloud.piranha.http |
---|---|
ArtifactId | ArtifactIdpiranha-http-api |
Version | Version21.3.0 |
Type | Typejar |
Filename | Size |
---|---|
piranha-http-api-21.3.0.pom | |
piranha-http-api-21.3.0.jar | 4 KB |
piranha-http-api-21.3.0-tests.jar | 1 KB |
piranha-http-api-21.3.0-sources.jar | 9 KB |
piranha-http-api-21.3.0-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.piranha.http/piranha-http-api/ -->
<dependency>
<groupId>cloud.piranha.http</groupId>
<artifactId>piranha-http-api</artifactId>
<version>21.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.http/piranha-http-api/
implementation 'cloud.piranha.http:piranha-http-api:21.3.0'
// https://jarcasting.com/artifacts/cloud.piranha.http/piranha-http-api/
implementation ("cloud.piranha.http:piranha-http-api:21.3.0")
'cloud.piranha.http:piranha-http-api:jar:21.3.0'
<dependency org="cloud.piranha.http" name="piranha-http-api" rev="21.3.0">
<artifact name="piranha-http-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.http', module='piranha-http-api', version='21.3.0')
)
libraryDependencies += "cloud.piranha.http" % "piranha-http-api" % "21.3.0"
[cloud.piranha.http/piranha-http-api "21.3.0"]