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

org.open-dolphin:dolphin-shared 1.0-RC1

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.

Группа

Группа

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

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

dolphin-shared
Версия

Версия

1.0-RC1
Тип

Тип

jar

Скачать dolphin-shared 1.0-RC1


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