Download lynx-1.6.jar file - Jar l

Jar examples for l:lynx

Description

Lynx automatically exposes your JPA entities as a REST service with build-in metadata and query support using JAX-RS.

You can download jar file lynx 1.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add lynx-1.6.jar to your project.

<dependency>
   <groupId>com.github.pedrovgs</groupId>
   <artifactId>lynx</artifactId>
   <version>1.6</version>
</dependency>
compile group: 'com.github.pedrovgs', name: 'lynx', version: '1.6'
libraryDependencies += "com.github.pedrovgs" % "lynx" % "1.6"
<dependency org="com.github.pedrovgs" name="lynx" rev="1.6"/>
@Grapes(@Grab(group='com.github.pedrovgs', module='lynx', version='1.6'))
'com.github.pedrovgs:lynx:jar:1.6'

Download

Click the following link to download the jar file.

lynx-1.6-javadoc.jar
lynx-1.6-sources.jar
lynx-1.6.pom



Related Tutorials