Categories |
CategoriesUndertow Net Networking |
---|---|
GroupId | GroupIdio.undertow |
ArtifactId | ArtifactIdundertow-servlet |
Version | Version2.2.18.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.undertow/undertow-servlet/ -->
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>2.2.18.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.undertow/undertow-servlet/
implementation 'io.undertow:undertow-servlet:2.2.18.Final'
// https://jarcasting.com/artifacts/io.undertow/undertow-servlet/
implementation ("io.undertow:undertow-servlet:2.2.18.Final")
'io.undertow:undertow-servlet:jar:2.2.18.Final'
<dependency org="io.undertow" name="undertow-servlet" rev="2.2.18.Final">
<artifact name="undertow-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.undertow', module='undertow-servlet', version='2.2.18.Final')
)
libraryDependencies += "io.undertow" % "undertow-servlet" % "2.2.18.Final"
[io.undertow/undertow-servlet "2.2.18.Final"]