is not current version
Last Version 1.2.1

com.cdptech:cdpclient 1.2.0

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/.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.cdptech
ArtifactId

ArtifactId

cdpclient
Version

Version

1.2.0
Type

Type

jar

Download cdpclient 1.2.0


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