Download ccts-common-1.0.1.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.1 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.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials