Download jawn-core-0.8.10.jar file - Jar j

Jar examples for j:jawn-core

Description

java-web-planet / jawn - A simple web framework in Java

You can download jar file jawn-core 0.8.10 in this page.

License

GNU LGPL, Version 3.0

Build File

You can use the following script to add jawn-core-0.8.10.jar to your project.

<dependency>
   <groupId>net.javapla.jawn</groupId>
   <artifactId>jawn-core</artifactId>
   <version>0.8.10</version>
</dependency>
compile group: 'net.javapla.jawn', name: 'jawn-core', version: '0.8.10'
libraryDependencies += "net.javapla.jawn" % "jawn-core" % "0.8.10"
<dependency org="net.javapla.jawn" name="jawn-core" rev="0.8.10"/>
@Grapes(@Grab(group='net.javapla.jawn', module='jawn-core', version='0.8.10'))
'net.javapla.jawn:jawn-core:jar:0.8.10'

Download

Click the following link to download the jar file.

jawn-core-0.8.10-javadoc.jar
jawn-core-0.8.10-sources.jar
jawn-core-0.8.10.jar
jawn-core-0.8.10.pom



Related Tutorials