Download gwtp-dynamic-navigation-0.11.0.jar file - Jar g

Jar examples for g:gwtp-dynamic-navigation

Description

A view helper classes to generate a dynamic navigation in a gwtp project. The navigation changes when user changes (login/logout). It can highlight the entry of the selected view, even if you use the back button or reload the page.

You can download jar file gwtp-dynamic-navigation 0.11.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add gwtp-dynamic-navigation-0.11.0.jar to your project.

<dependency>
   <groupId>de.knightsoft-net</groupId>
   <artifactId>gwtp-dynamic-navigation</artifactId>
   <version>0.11.0</version>
</dependency>
compile group: 'de.knightsoft-net', name: 'gwtp-dynamic-navigation', version: '0.11.0'
libraryDependencies += "de.knightsoft-net" % "gwtp-dynamic-navigation" % "0.11.0"
<dependency org="de.knightsoft-net" name="gwtp-dynamic-navigation" rev="0.11.0"/>
@Grapes(@Grab(group='de.knightsoft-net', module='gwtp-dynamic-navigation', version='0.11.0'))
'de.knightsoft-net:gwtp-dynamic-navigation:jar:0.11.0'

Download

Click the following link to download the jar file.

gwtp-dynamic-navigation-0.11.0-javadoc.jar
gwtp-dynamic-navigation-0.11.0-sources.jar
gwtp-dynamic-navigation-0.11.0.jar
gwtp-dynamic-navigation-0.11.0.pom



Related Tutorials