pos-printer-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.initiative-soft</groupId> <artifactId>pos-printer-lib</artifactId> <version>0.2.0</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.initiative-soft</groupId> <artifactId>pos-printer-lib</artifactId> <version>0.2.0</version> <name>pos-printer-lib</name> <description>A library aimed to unify and simplify working with PoS printers</description> <url>https://github.com/initiative-soft/pos-printer-lib</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <id>initiative.soft.com</id> <name>Initiative soft</name> <email>office@initiative-soft.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:initiative-soft/pos-printer-lib.git</connection> <developerConnection>scm:git:git@github.com:initiative-soft/pos-printer-lib.git</developerConnection> <url>https://github.com/initiative-soft/pos-printer-lib</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.2.51</version> <scope>compile</scope> </dependency> </dependencies> </project>