Download ccts-common-1.0.jar file - Jar c

Jar examples for c:ccts-common

Description

A library of useful generic objects and tools consolidated here to simplify all UVM CCTS projects

You can download jar file ccts-common 1.0 in this page.

License

GNU General Public License (GPL) Version 3

Build File

You can use the following script to add ccts-common-1.0.jar to your project.

<dependency>
   <groupId>edu.uvm.ccts</groupId>
   <artifactId>ccts-common</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'edu.uvm.ccts', name: 'ccts-common', version: '1.0'
libraryDependencies += "edu.uvm.ccts" % "ccts-common" % "1.0"
<dependency org="edu.uvm.ccts" name="ccts-common" rev="1.0"/>
@Grapes(@Grab(group='edu.uvm.ccts', module='ccts-common', version='1.0'))
'edu.uvm.ccts:ccts-common:jar:1.0'

Download

Click the following link to download the jar file.

ccts-common-1.0-javadoc.jar
ccts-common-1.0-sources.jar
ccts-common-1.0.jar
ccts-common-1.0.pom



Related Tutorials