Download gwtp-dynamic-navigation-0.10.6.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.10.6 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials