License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.cdptech |
ArtifactId | ArtifactIdcdpclient |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptioncom.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/.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cdpclient-1.0.3.pom | |
cdpclient-1.0.3.jar | 138 KB |
cdpclient-1.0.3-sources.jar | 47 KB |
cdpclient-1.0.3-javadoc.jar | 336 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cdptech/cdpclient/ -->
<dependency>
<groupId>com.cdptech</groupId>
<artifactId>cdpclient</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cdptech/cdpclient/
implementation 'com.cdptech:cdpclient:1.0.3'
// https://jarcasting.com/artifacts/com.cdptech/cdpclient/
implementation ("com.cdptech:cdpclient:1.0.3")
'com.cdptech:cdpclient:jar:1.0.3'
<dependency org="com.cdptech" name="cdpclient" rev="1.0.3">
<artifact name="cdpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cdptech', module='cdpclient', version='1.0.3')
)
libraryDependencies += "com.cdptech" % "cdpclient" % "1.0.3"
[com.cdptech/cdpclient "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.5.0 |
org.java-websocket : Java-WebSocket | jar | 1.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |