d

dolphin-client

Dolphin is a free open-source library that bridges the worlds of enterprise Java and desktop Java. It uses presentation models to bind client-side views to server-side actions.
http://open-dolphin.org/
The Apache Software License, Version 2.0
Andres Almiray Christoph Lipp Dieter Holz Detlef Brendle Dierk Koenig Sven Ehrke Johannes Porzelt Kunal Singh Nicolai Kilian Todd Costella
Files download
File Operation
dolphin-client-1.0-RC3.jar download
dolphin-client-1.0-RC3.pom download
dolphin-client-1.0-RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.open-dolphin</groupId>
  <artifactId>dolphin-client</artifactId>
  <version>1.0-RC3</version>
</dependency>
Gradle Groovy
implementation 'org.open-dolphin:dolphin-client:1.0-RC3'
Gradle Kotlin
implementation("org.open-dolphin:dolphin-client:1.0-RC3")
Scala SBT
libraryDependencies += "org.open-dolphin" % "dolphin-client" % "1.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.open-dolphin', module='dolphin-client', version='1.0-RC3')
)
Apache Ivy
<dependency org="org.open-dolphin" name="dolphin-client" rev="1.0-RC3" />
Leiningen
[org.open-dolphin/dolphin-client "1.0-RC3"]
Apache Buildr
'org.open-dolphin:dolphin-client:jar:1.0-RC3'