Updated Maven installation codes.

This commit is contained in:
hedgecrw85 2015-06-23 10:38:23 -05:00
parent 8a45680e70
commit 6ae1b1e98c
1 changed files with 5 additions and 7 deletions

12
INSTALL
View File

@ -130,21 +130,19 @@ Ivy:
<dependency org="com.fazecast" name="jSerialComm" rev="1.3.6"/>
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"