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