Categories |
CategoriesWildFly Container Application Servers Security Undertow Net Networking |
---|---|
GroupId | GroupIdorg.wildfly.security.elytron-web |
ArtifactId | ArtifactIdundertow-server |
Version | Version1.0.0.Alpha4 |
Type | Typejar |
Filename | Size |
---|---|
undertow-server-1.0.0.Alpha4.pom | |
undertow-server-1.0.0.Alpha4.jar | 10 KB |
undertow-server-1.0.0.Alpha4-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/undertow-server/ -->
<dependency>
<groupId>org.wildfly.security.elytron-web</groupId>
<artifactId>undertow-server</artifactId>
<version>1.0.0.Alpha4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/undertow-server/
implementation 'org.wildfly.security.elytron-web:undertow-server:1.0.0.Alpha4'
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/undertow-server/
implementation ("org.wildfly.security.elytron-web:undertow-server:1.0.0.Alpha4")
'org.wildfly.security.elytron-web:undertow-server:jar:1.0.0.Alpha4'
<dependency org="org.wildfly.security.elytron-web" name="undertow-server" rev="1.0.0.Alpha4">
<artifact name="undertow-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.security.elytron-web', module='undertow-server', version='1.0.0.Alpha4')
)
libraryDependencies += "org.wildfly.security.elytron-web" % "undertow-server" % "1.0.0.Alpha4"
[org.wildfly.security.elytron-web/undertow-server "1.0.0.Alpha4"]