Download jexpresso-1.1.1.jar file - Jar j

Jar examples for j:jexpresso

Description

A java web framework inspired by expressjs to build java web application with minimal effort

You can download jar file jexpresso 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jexpresso-1.1.1.jar to your project.

<dependency>
   <groupId>de.yourinspiration</groupId>
   <artifactId>jexpresso</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'de.yourinspiration', name: 'jexpresso', version: '1.1.1'
libraryDependencies += "de.yourinspiration" % "jexpresso" % "1.1.1"
<dependency org="de.yourinspiration" name="jexpresso" rev="1.1.1"/>
@Grapes(@Grab(group='de.yourinspiration', module='jexpresso', version='1.1.1'))
'de.yourinspiration:jexpresso:jar:1.1.1'

Download

Click the following link to download the jar file.

jexpresso-1.1.1-javadoc.jar
jexpresso-1.1.1-sources.jar
jexpresso-1.1.1.jar
jexpresso-1.1.1.pom



Related Tutorials