Download main-0.3.jar file - Jar m

Jar examples for m:main

Description

jMCCS is a Java-library supporting the Monitor Control Command Set allowing you to control your monitor using Java code

You can download jar file main 0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add main-0.3.jar to your project.

<dependency>
   <groupId>org.deepboof</groupId>
   <artifactId>main</artifactId>
   <version>0.3</version>
</dependency>
compile group: 'org.deepboof', name: 'main', version: '0.3'
libraryDependencies += "org.deepboof" % "main" % "0.3"
<dependency org="org.deepboof" name="main" rev="0.3"/>
@Grapes(@Grab(group='org.deepboof', module='main', version='0.3'))
'org.deepboof:main:jar:0.3'

Download

Click the following link to download the jar file.

main-0.3-javadoc.jar
main-0.3-sources.jar
main-0.3.jar
main-0.3.pom



Related Tutorials