Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdorg.http4k |
ArtifactId | ArtifactIdhttp4k-server-undertow |
Version | Version4.3.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-server-undertow/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-undertow</artifactId>
<version>4.3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-server-undertow/
implementation 'org.http4k:http4k-server-undertow:4.3.2.1'
// https://jarcasting.com/artifacts/org.http4k/http4k-server-undertow/
implementation ("org.http4k:http4k-server-undertow:4.3.2.1")
'org.http4k:http4k-server-undertow:jar:4.3.2.1'
<dependency org="org.http4k" name="http4k-server-undertow" rev="4.3.2.1">
<artifact name="http4k-server-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-server-undertow', version='4.3.2.1')
)
libraryDependencies += "org.http4k" % "http4k-server-undertow" % "4.3.2.1"
[org.http4k/http4k-server-undertow "4.3.2.1"]