pi4j-ktx-serial
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-ktx-serial</artifactId>
<version>4.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-ktx-serial</artifactId>
<version>4.0.0</version>
<name>pi4j-ktx-serial</name>
<description>Kotlin DSL for Pi4J Serial Communication using jSerialComm</description>
<url>https://github.com/Pi4J/pi4j-kotlin</url>
<organization>
<name>Pi4J</name>
<url>https://pi4j.com</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://spdx.org/licenses/Apache-2.0.html</url>
</license>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mhashim6</id>
<name>Muhammad Hashim</name>
<email>msg@mhashim6.me</email>
</developer>
<developer>
<id>mhashim6</id>
<name>Muhammad Hashim</name>
<email>msg@mhashim6.me</email>
<organization>mhashim6</organization>
<organizationUrl>https://mhashim6.me</organizationUrl>
<properties>
<linkedin>https://linkedin.com/in/mhashim6</linkedin>
<blog>https://blog.mhashim6.me</blog>
</properties>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Pi4J/pi4j-kotlin.git</connection>
<developerConnection>scm:git:ssh://github.com:Pi4J:pi4j-kotlin.git</developerConnection>
<url>https://github.com/Pi4J/pi4j-kotlin/tree/master</url>
</scm>
<issueManagement>
<url>https://github.com/Pi4J/pi4j-kotlin/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-ktx</artifactId>
<version>4.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
<version>2.11.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>