celercom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.celersms</groupId>
<artifactId>celercom</artifactId>
<version>1.0.5</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org"> <modelVersion>4.0.0</modelVersion> <groupId>com.celersms</groupId> <artifactId>celercom</artifactId> <version>1.0.5</version> <packaging>jar</packaging> <name>CelerCOM</name> <description>Lightweight Java library to interact with external devices over COM ports, for example: USB, virtual COM. It can be used to interact with TTY and FIFO files as well.</description> <url>https://www.celersms.com/CelerCOM.htm</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/celersms/CelerCOM/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <name>Victor Celer</name> <email>admin@celersms.com</email> <organization>CelerSMS</organization> <organizationUrl>https://www.celersms.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/celersms/CelerCOM.git</connection> <developerConnection>scm:git:https://github.com/celersms/CelerCOM.git</developerConnection> <url>https://github.com/celersms/CelerCOM</url> </scm> </project>