sprinter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.srpago.sprinter</groupId>
<artifactId>sprinter</artifactId>
<version>1.5.4</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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.srpago.sprinter</groupId>
<artifactId>sprinter</artifactId>
<version>1.5.4</version>
<packaging>aar</packaging>
<name>sprinter</name>
<description>SDK to print with multiple printers.</description>
<url>https://github.com/srpago/android</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>srpagodev</id>
<name>Sr. Pago Development</name>
<email>jaroussells@srpago.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/srpago/android.git</connection>
<developerConnection>https://github.com/srpago/android.git</developerConnection>
<url>https://github.com/srpago/android</url>
</scm>
<dependencies/>
</project>