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