Download j4ccl-3.0.jar file - Jar j

Jar examples for j:j4ccl

Description

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

You can download jar file j4ccl 3.0 in this page.

Build File

You can use the following script to add j4ccl-3.0.jar to your project.

<dependency>
   <groupId>com.cerner.ccl.comm</groupId>
   <artifactId>j4ccl</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'com.cerner.ccl.comm', name: 'j4ccl', version: '3.0'
libraryDependencies += "com.cerner.ccl.comm" % "j4ccl" % "3.0"
<dependency org="com.cerner.ccl.comm" name="j4ccl" rev="3.0"/>
@Grapes(@Grab(group='com.cerner.ccl.comm', module='j4ccl', version='3.0'))
'com.cerner.ccl.comm:j4ccl:jar:3.0'

Download

Click the following link to download the jar file.

j4ccl-3.0-javadoc.jar
j4ccl-3.0-sources.jar
j4ccl-3.0.jar
j4ccl-3.0.pom



Related Tutorials