is not current version
Last Version 0.2.0

io.chandler:RECE-232 0.1.0

A data encoding scheme intended for RS-232 transfer that encodes longwords/floats to ASCII while maximizing error detection and correctability.

GroupId

GroupId

io.chandler
ArtifactId

ArtifactId

RECE-232
Version

Version

0.1.0
Type

Type

jar

Download RECE-232 0.1.0


<!-- https://jarcasting.com/artifacts/io.chandler/RECE-232/ -->
<dependency>
    <groupId>io.chandler</groupId>
    <artifactId>RECE-232</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.chandler/RECE-232/
implementation 'io.chandler:RECE-232:0.1.0'
// https://jarcasting.com/artifacts/io.chandler/RECE-232/
implementation ("io.chandler:RECE-232:0.1.0")
'io.chandler:RECE-232:jar:0.1.0'
<dependency org="io.chandler" name="RECE-232" rev="0.1.0">
  <artifact name="RECE-232" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.chandler', module='RECE-232', version='0.1.0')
)
libraryDependencies += "io.chandler" % "RECE-232" % "0.1.0"
[io.chandler/RECE-232 "0.1.0"]