is not current version
Last Version 0.1.3

com.github.danielfelgar:draw-receipt 0.1.0

Android lib to draw receipt as bitmap for thermal prints

GroupId

GroupId

com.github.danielfelgar
ArtifactId

ArtifactId

draw-receipt
Version

Version

0.1.0
Type

Type

aar

Download draw-receipt 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.danielfelgar/draw-receipt/ -->
<dependency>
    <groupId>com.github.danielfelgar</groupId>
    <artifactId>draw-receipt</artifactId>
    <version>0.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielfelgar/draw-receipt/
implementation 'com.github.danielfelgar:draw-receipt:0.1.0'
// https://jarcasting.com/artifacts/com.github.danielfelgar/draw-receipt/
implementation ("com.github.danielfelgar:draw-receipt:0.1.0")
'com.github.danielfelgar:draw-receipt:aar:0.1.0'
<dependency org="com.github.danielfelgar" name="draw-receipt" rev="0.1.0">
  <artifact name="draw-receipt" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.danielfelgar', module='draw-receipt', version='0.1.0')
)
libraryDependencies += "com.github.danielfelgar" % "draw-receipt" % "0.1.0"
[com.github.danielfelgar/draw-receipt "0.1.0"]