MVN

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

Maven & Gradle

Mar 23, 2018
5 usages
75 stars

dolphin-platform-remoting-common · 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-platform-remoting-common</artifactId>
    <version>1.0.0.CR5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0.CR5

All Versions

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

Version Vulnerabilities Updated
1.0.x
dolphin-platform-remoting-common-1.0.0.CR5
dolphin-platform-remoting-common-1.0.0.CR4
dolphin-platform-remoting-common-1.0.0.CR3
dolphin-platform-remoting-common-1.0.0.CR2
dolphin-platform-remoting-common-1.0.0.CR1
0.19.x
dolphin-platform-remoting-common-0.19.0
0.18.x
dolphin-platform-remoting-common-0.18.0
0.17.x
dolphin-platform-remoting-common-0.17.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.canoo.dolphin-platform</groupId>
    <artifactId>dolphin-platform-remoting-common</artifactId>
    <version>1.0.0.CR5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.canoo.dolphin-platform:dolphin-platform-remoting-common:1.0.0.CR5'

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

implementation("com.canoo.dolphin-platform:dolphin-platform-remoting-common:1.0.0.CR5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.canoo.dolphin-platform" % "dolphin-platform-remoting-common" % "1.0.0.CR5"