не последняя версия
Последняя версия 1.0-RC3

org.open-dolphin:dolphin-client 0.10

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.

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.open-dolphin
Идентификатор

Идентификатор

dolphin-client
Версия

Версия

0.10
Тип

Тип

jar

Скачать dolphin-client 0.10


<!-- https://jarcasting.com/artifacts/org.open-dolphin/dolphin-client/ -->
<dependency>
    <groupId>org.open-dolphin</groupId>
    <artifactId>dolphin-client</artifactId>
    <version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.open-dolphin/dolphin-client/
implementation 'org.open-dolphin:dolphin-client:0.10'
// https://jarcasting.com/artifacts/org.open-dolphin/dolphin-client/
implementation ("org.open-dolphin:dolphin-client:0.10")
'org.open-dolphin:dolphin-client:jar:0.10'
<dependency org="org.open-dolphin" name="dolphin-client" rev="0.10">
  <artifact name="dolphin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.open-dolphin', module='dolphin-client', version='0.10')
)
libraryDependencies += "org.open-dolphin" % "dolphin-client" % "0.10"
[org.open-dolphin/dolphin-client "0.10"]