Download comm-4.0.0-beta-1.jar file - Jar c

Jar examples for c:comm

Description

The Java Communications 3.0 API is a Java extension that facilitates developing platform-independent communications applications for technologies such as Smart Cards, embedded systems, and point-of-sale devices, financial services devices, fax, modems, display terminals, and robotic equipment.

You can download jar file comm 4.0.0-beta-1 in this page.

License

Open Source License

Build File

You can use the following script to add comm-4.0.0-beta-1.jar to your project.

<dependency>
   <groupId>ch.squaredesk.nova</groupId>
   <artifactId>comm</artifactId>
   <version>4.0.0-beta-1</version>
</dependency>
compile group: 'ch.squaredesk.nova', name: 'comm', version: '4.0.0-beta-1'
libraryDependencies += "ch.squaredesk.nova" % "comm" % "4.0.0-beta-1"
<dependency org="ch.squaredesk.nova" name="comm" rev="4.0.0-beta-1"/>
@Grapes(@Grab(group='ch.squaredesk.nova', module='comm', version='4.0.0-beta-1'))
'ch.squaredesk.nova:comm:jar:4.0.0-beta-1'

Download

Click the following link to download the jar file.

comm-4.0.0-beta-1-javadoc.jar
comm-4.0.0-beta-1-sources.jar
comm-4.0.0-beta-1.jar
comm-4.0.0-beta-1.pom



Related Tutorials