License |
License |
---|---|
GroupId | GroupIdcom.github.anastaciocintra |
ArtifactId | ArtifactIdescpos-coffee |
Version | Version4.0.3 |
Type | Typejar |
Description |
Descriptionescpos-coffee
Java library for ESC/POS printer commands. Can send text, images and barcodes to the printer.
All commands are send to one OutputStream, than you can redirect to printer, file or network.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
escpos-coffee-4.0.3.pom | |
escpos-coffee-4.0.3.jar | 50 KB |
escpos-coffee-4.0.3-sources.jar | 30 KB |
escpos-coffee-4.0.3-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anastaciocintra/escpos-coffee/ -->
<dependency>
<groupId>com.github.anastaciocintra</groupId>
<artifactId>escpos-coffee</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anastaciocintra/escpos-coffee/
implementation 'com.github.anastaciocintra:escpos-coffee:4.0.3'
// https://jarcasting.com/artifacts/com.github.anastaciocintra/escpos-coffee/
implementation ("com.github.anastaciocintra:escpos-coffee:4.0.3")
'com.github.anastaciocintra:escpos-coffee:jar:4.0.3'
<dependency org="com.github.anastaciocintra" name="escpos-coffee" rev="4.0.3">
<artifact name="escpos-coffee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anastaciocintra', module='escpos-coffee', version='4.0.3')
)
libraryDependencies += "com.github.anastaciocintra" % "escpos-coffee" % "4.0.3"
[com.github.anastaciocintra/escpos-coffee "4.0.3"]