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