Download jetty-core-1.0.jar file - Jar j

Jar examples for j:jetty-core

Description

You can download jar file jetty-core 1.0 in this page.

Build File

You can use the following script to add jetty-core-1.0.jar to your project.

<dependency>
   <groupId>com.hazelcast</groupId>
   <artifactId>jetty-core</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.hazelcast', name: 'jetty-core', version: '1.0'
libraryDependencies += "com.hazelcast" % "jetty-core" % "1.0"
<dependency org="com.hazelcast" name="jetty-core" rev="1.0"/>
@Grapes(@Grab(group='com.hazelcast', module='jetty-core', version='1.0'))
'com.hazelcast:jetty-core:jar:1.0'

Download

Click the following link to download the jar file.

jetty-core-1.0-javadoc.jar
jetty-core-1.0-sources.jar
jetty-core-1.0-tests.jar
jetty-core-1.0.jar
jetty-core-1.0.pom



Related Tutorials