MVN

com.canoo.dolphin-platform : dolphin-remoting-shared

Maven & Gradle

Aug 10, 2017
5 usages
75 stars

dolphin-remoting-shared · The Dolphin Platform is a framework that implements the presentation model pattern and provides amodern way to create enterprise applications. The Platform provides several client implementations that all canbe used in combination with a general sever API.

<dependency>
    <groupId>com.canoo.dolphin-platform</groupId>
    <artifactId>dolphin-remoting-shared</artifactId>
    <version>0.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.canoo.dolphin-platform : dolphin-remoting-shared to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.0

All Versions

Choose a version of com.canoo.dolphin-platform : dolphin-remoting-shared to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
dolphin-remoting-shared-0.17.0
0.16.x
dolphin-remoting-shared-0.16.0
0.15.x
dolphin-remoting-shared-0.15.0
0.14.x
dolphin-remoting-shared-0.14.0
0.13.x
dolphin-remoting-shared-0.13.1
dolphin-remoting-shared-0.13.0
0.12.x
dolphin-remoting-shared-0.12.0
0.11.x
dolphin-remoting-shared-0.11.0
0.10.x
dolphin-remoting-shared-0.10.0
0.9.x
dolphin-remoting-shared-0.9.0
0.8.x
dolphin-remoting-shared-0.8.17
dolphin-remoting-shared-0.8.16
dolphin-remoting-shared-0.8.15
dolphin-remoting-shared-0.8.14
dolphin-remoting-shared-0.8.13
dolphin-remoting-shared-0.8.12
dolphin-remoting-shared-0.8.11
dolphin-remoting-shared-0.8.10
dolphin-remoting-shared-0.8.9
dolphin-remoting-shared-0.8.8
dolphin-remoting-shared-0.8.7
dolphin-remoting-shared-0.8.6
dolphin-remoting-shared-0.8.5

How to add a dependency to Maven

Add the following com.canoo.dolphin-platform : dolphin-remoting-shared maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.canoo.dolphin-platform</groupId>
    <artifactId>dolphin-remoting-shared</artifactId>
    <version>0.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.canoo.dolphin-platform : dolphin-remoting-shared gradle dependency to your build.gradle file:

implementation 'com.canoo.dolphin-platform:dolphin-remoting-shared:0.17.0'

Gradle Kotlin DSL: Add the following com.canoo.dolphin-platform : dolphin-remoting-shared gradle kotlin dependency to your build.gradle.kts file:

implementation("com.canoo.dolphin-platform:dolphin-remoting-shared:0.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.canoo.dolphin-platform : dolphin-remoting-shared sbt scala dependency to your build.sbt file:

libraryDependencies += "com.canoo.dolphin-platform" % "dolphin-remoting-shared" % "0.17.0"

Advertisement