MVN

com.cdptech : cdpclient

Maven & Gradle

Oct 04, 2022
2 stars

com.cdptech:cdpclient · A simple Java interface for the CDP Studio development platform that allows Java applications to interact with CDP Applications - retrieve CDP Application structures and read-write object values. For more information about CDP Studio see https://cdpstudio.com/.

<dependency>
    <groupId>com.cdptech</groupId>
    <artifactId>cdpclient</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cdptech : cdpclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.cdptech : cdpclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
cdpclient-1.2.3
cdpclient-1.2.2
cdpclient-1.2.1
cdpclient-1.2.0
1.1.x
cdpclient-1.1.1
cdpclient-1.1.0
1.0.x
cdpclient-1.0.3
cdpclient-1.0.2
cdpclient-1.0.1
cdpclient-1.0.0
0.2
cdpclient-0.2

How to add a dependency to Maven

Add the following com.cdptech : cdpclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cdptech</groupId>
    <artifactId>cdpclient</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cdptech : cdpclient gradle dependency to your build.gradle file:

implementation 'com.cdptech:cdpclient:1.2.3'

Gradle Kotlin DSL: Add the following com.cdptech : cdpclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cdptech:cdpclient:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cdptech : cdpclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cdptech" % "cdpclient" % "1.2.3"

Advertisement