d

dbnavigationbar

The dbnavigationbar package contains a view helper classes for handling database management GUIs and backends in gwt applications.
http://www.knightsoft-net.de/maven/
GNU Affero General Public License, Version 3.0
Manfred Tremmel
Files download
File Operation
dbnavigationbar-0.8.8.jar download
dbnavigationbar-0.8.8.pom download
dbnavigationbar-0.8.8-sources.jar download
Apache Maven
<dependency>
  <groupId>de.knightsoft-net</groupId>
  <artifactId>dbnavigationbar</artifactId>
  <version>0.8.8</version>
</dependency>
Gradle Groovy
implementation 'de.knightsoft-net:dbnavigationbar:0.8.8'
Gradle Kotlin
implementation("de.knightsoft-net:dbnavigationbar:0.8.8")
Scala SBT
libraryDependencies += "de.knightsoft-net" % "dbnavigationbar" % "0.8.8"
Groovy Grape
@Grapes(
  @Grab(group='de.knightsoft-net', module='dbnavigationbar', version='0.8.8')
)
Apache Ivy
<dependency org="de.knightsoft-net" name="dbnavigationbar" rev="0.8.8" />
Leiningen
[de.knightsoft-net/dbnavigationbar "0.8.8"]
Apache Buildr
'de.knightsoft-net:dbnavigationbar:jar:0.8.8'