MVN

com.pragmaticautomation : pragautox10

Maven & Gradle

Oct 07, 2008

Pragmatic Project Automation X10 · It�s an open source Java library that includes the CruiseControl plug-in, an API to make your wildest X10 dreams come true, detailed instructions, and an ever-so-useful collection of tests. Way down deep, the library uses the Java Communications API to send bits out over the serial port and into the Firecracker Computer Interface. (Linux users will need the RXTX implementation). Michel Dalal�s Java X10 CM17A API library, an implementation of the FireCracker (CM17A) Communications Specification, is used to send out the correct 1s and 0s in response to human-friendly commands. Many thanks to him for doing all the low-level bit twiddling and sharing the goodies with us!

<dependency>
    <groupId>com.pragmaticautomation</groupId>
    <artifactId>pragautox10</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pragmaticautomation : pragautox10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.pragmaticautomation : pragautox10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
pragautox10-1.0

How to add a dependency to Maven

Add the following com.pragmaticautomation : pragautox10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pragmaticautomation</groupId>
    <artifactId>pragautox10</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pragmaticautomation : pragautox10 gradle dependency to your build.gradle file:

implementation 'com.pragmaticautomation:pragautox10:1.0'

Gradle Kotlin DSL: Add the following com.pragmaticautomation : pragautox10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pragmaticautomation:pragautox10:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pragmaticautomation : pragautox10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pragmaticautomation" % "pragautox10" % "1.0"