Download undertow-core-2.0.0.Alpha1.jar file - Jar u

Jar examples for u:undertow-core

Description

You can download jar file undertow-core 2.0.0.Alpha1 in this page.

License

Open Source License

Build File

You can use the following script to add undertow-core-2.0.0.Alpha1.jar to your project.

<dependency>
   <groupId>io.undertow</groupId>
   <artifactId>undertow-core</artifactId>
   <version>2.0.0.Alpha1</version>
</dependency>
compile group: 'io.undertow', name: 'undertow-core', version: '2.0.0.Alpha1'
libraryDependencies += "io.undertow" % "undertow-core" % "2.0.0.Alpha1"
<dependency org="io.undertow" name="undertow-core" rev="2.0.0.Alpha1"/>
@Grapes(@Grab(group='io.undertow', module='undertow-core', version='2.0.0.Alpha1'))
'io.undertow:undertow-core:jar:2.0.0.Alpha1'

Download

Click the following link to download the jar file.

undertow-core-2.0.0.Alpha1-sources.jar
undertow-core-2.0.0.Alpha1-tests.jar
undertow-core-2.0.0.Alpha1.jar
undertow-core-2.0.0.Alpha1.pom



Related Tutorials