Download commons.server-2.2.8.jar file - Jar c

Jar examples for c:commons

Description

utility classes for embedding HTTP(S) servers

You can download jar file commons.server 2.2.8 in this page.

Build File

You can use the following script to add commons.server-2.2.8.jar to your project.

<dependency>
   <groupId>com.elastisys.scale</groupId>
   <artifactId>commons.server</artifactId>
   <version>2.2.8</version>
</dependency>
compile group: 'com.elastisys.scale', name: 'commons.server', version: '2.2.8'
libraryDependencies += "com.elastisys.scale" % "commons.server" % "2.2.8"
<dependency org="com.elastisys.scale" name="commons.server" rev="2.2.8"/>
@Grapes(@Grab(group='com.elastisys.scale', module='commons.server', version='2.2.8'))
'com.elastisys.scale:commons.server:jar:2.2.8'

Download

Click the following link to download the jar file.

commons.server-2.2.8-javadoc.jar
commons.server-2.2.8-sources.jar
commons.server-2.2.8.jar
commons.server-2.2.8.pom



Related Tutorials