is not current version
Last Version 3.3

com.cerner.ccl.comm:j4ccl 3.1

A Java API for executing commands in a CCL prompt on a remote server.

GroupId

GroupId

com.cerner.ccl.comm
ArtifactId

ArtifactId

j4ccl
Version

Version

3.1
Type

Type

jar

Download j4ccl 3.1


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