License |
License |
---|---|
GroupId | GroupIdorg.vesalainen |
ArtifactId | ArtifactIdcomm |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSerial communications library
Library for serial communication
|
Filename | Size |
---|---|
comm-1.0.3.pom | |
comm-1.0.3.jar | 558 KB |
comm-1.0.3-sources.jar | 534 KB |
comm-1.0.3-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vesalainen/comm/ -->
<dependency>
<groupId>org.vesalainen</groupId>
<artifactId>comm</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.vesalainen/comm/
implementation 'org.vesalainen:comm:1.0.3'
// https://jarcasting.com/artifacts/org.vesalainen/comm/
implementation ("org.vesalainen:comm:1.0.3")
'org.vesalainen:comm:jar:1.0.3'
<dependency org="org.vesalainen" name="comm" rev="1.0.3">
<artifact name="comm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vesalainen', module='comm', version='1.0.3')
)
libraryDependencies += "org.vesalainen" % "comm" % "1.0.3"
[org.vesalainen/comm "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.vesalainen : dev | jar | 1.0.0 |
org.vesalainen : util | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |