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