Download stamina-http-0.1.0.jar file - Jar s

Jar examples for s:stamina-http

Description

Stamina HTTP brings an HTTP implementation (using Jetty), which supports OSGi HttpService specification.

You can download jar file stamina-http 0.1.0 in this page.

License

Apache License

Build File

You can use the following script to add stamina-http-0.1.0.jar to your project.

<dependency>
   <groupId>io.staminaframework.addons</groupId>
   <artifactId>stamina-http</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'io.staminaframework.addons', name: 'stamina-http', version: '0.1.0'
libraryDependencies += "io.staminaframework.addons" % "stamina-http" % "0.1.0"
<dependency org="io.staminaframework.addons" name="stamina-http" rev="0.1.0"/>
@Grapes(@Grab(group='io.staminaframework.addons', module='stamina-http', version='0.1.0'))
'io.staminaframework.addons:stamina-http:jar:0.1.0'

Download

Click the following link to download the jar file.

stamina-http-0.1.0.pom



Related Tutorials