steppermotor-base
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.polidea.androidthings.driver</groupId>
<artifactId>steppermotor-base</artifactId>
<version>1.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.polidea.androidthings.driver</groupId>
<artifactId>steppermotor-base</artifactId>
<version>1.0.2</version>
<packaging>aar</packaging>
<name>steppermotor-base</name>
<description>Base of Android Things user spce driver for stepper motor</description>
<url>https://github.com/Polidea/Polithings</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>marcinkornacki</id>
<name>Marcin Kornacki</name>
</developer>
<developer>
<id>pawelbyszewski</id>
<name>Pawel Byszewski</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Polidea/Polithings.git</connection>
<developerConnection>scm:git:https://github.com/Polidea/Polithings.git</developerConnection>
<url>https://github.com/Polidea/Polithings</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.10</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>