| License |
License |
|---|---|
| GroupId | GroupIdcom.github.anastaciocintra |
| ArtifactId | ArtifactIdescpos-coffee |
| Last Version | Last Version4.1.0 |
| Release Date | Release Date |
| 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.1.0.pom | |
| escpos-coffee-4.1.0.jar | 50 KB |
| escpos-coffee-4.1.0-sources.jar | 30 KB |
| escpos-coffee-4.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anastaciocintra/escpos-coffee/
implementation 'com.github.anastaciocintra:escpos-coffee:4.1.0'
// https://jarcasting.com/artifacts/com.github.anastaciocintra/escpos-coffee/
implementation ("com.github.anastaciocintra:escpos-coffee:4.1.0")
'com.github.anastaciocintra:escpos-coffee:jar:4.1.0'
<dependency org="com.github.anastaciocintra" name="escpos-coffee" rev="4.1.0">
<artifact name="escpos-coffee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anastaciocintra', module='escpos-coffee', version='4.1.0')
)
libraryDependencies += "com.github.anastaciocintra" % "escpos-coffee" % "4.1.0"
[com.github.anastaciocintra/escpos-coffee "4.1.0"]