d

dolphin-shared

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
文件下载
文件名 操作
dolphin-shared-1.0-RC3.jar 下载
dolphin-shared-1.0-RC3.pom 下载
dolphin-shared-1.0-RC3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.open-dolphin</groupId>
  <artifactId>dolphin-shared</artifactId>
  <version>1.0-RC3</version>
</dependency>
Gradle Groovy
implementation 'org.open-dolphin:dolphin-shared:1.0-RC3'
Gradle Kotlin
implementation("org.open-dolphin:dolphin-shared:1.0-RC3")
Scala SBT
libraryDependencies += "org.open-dolphin" % "dolphin-shared" % "1.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.open-dolphin', module='dolphin-shared', version='1.0-RC3')
)
Apache Ivy
<dependency org="org.open-dolphin" name="dolphin-shared" rev="1.0-RC3" />
Leiningen
[org.open-dolphin/dolphin-shared "1.0-RC3"]
Apache Buildr
'org.open-dolphin:dolphin-shared:jar:1.0-RC3'