From 6ae1b1e98cc3fb5defbb847c34bc01dede3eb2e9 Mon Sep 17 00:00:00 2001 From: hedgecrw85 Date: Tue, 23 Jun 2015 10:38:23 -0500 Subject: [PATCH] Updated Maven installation codes. --- INSTALL | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 0acaf86..ca36fc6 100644 --- a/INSTALL +++ b/INSTALL @@ -130,21 +130,19 @@ Ivy: -Grape: +Groovy: -@Grapes( - @Grab(group='com.fazecast', module='jSerialComm', version='1.3.6') -) +@Grab(group='com.fazecast', module='jSerialComm', version='1.3.6') Gradle: -'com.fazecast:jSerialComm:1.3.6' +compile 'com.fazecast:jSerialComm:1.3.6' Buildr: -'com.fazecast:jSerialComm:jar:1.3.6' +compile.with 'com.fazecast:jSerialComm:jar:1.3.6' -SBT: +Scala/SBT: libraryDependencies += "com.fazecast" % "jSerialComm" % "1.3.6"