Updated Maven installation codes.
This commit is contained in:
parent
8a45680e70
commit
6ae1b1e98c
12
INSTALL
12
INSTALL
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue