d

dbnavigationbar

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