License |
License |
---|---|
GroupId | GroupIdcom.github.danielfelgar |
ArtifactId | ArtifactIddraw-receipt |
Version | Version0.1.3 |
Type | Typeaar |
Description |
DescriptionDrawReceipt
Android lib to draw receipt as bitmap for thermal prints
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
draw-receipt-0.1.3.pom | |
draw-receipt-0.1.3.aar | 8 KB |
draw-receipt-0.1.3-sources.jar | 4 KB |
draw-receipt-0.1.3-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.danielfelgar/draw-receipt/ -->
<dependency>
<groupId>com.github.danielfelgar</groupId>
<artifactId>draw-receipt</artifactId>
<version>0.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielfelgar/draw-receipt/
implementation 'com.github.danielfelgar:draw-receipt:0.1.3'
// https://jarcasting.com/artifacts/com.github.danielfelgar/draw-receipt/
implementation ("com.github.danielfelgar:draw-receipt:0.1.3")
'com.github.danielfelgar:draw-receipt:aar:0.1.3'
<dependency org="com.github.danielfelgar" name="draw-receipt" rev="0.1.3">
<artifact name="draw-receipt" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.danielfelgar', module='draw-receipt', version='0.1.3')
)
libraryDependencies += "com.github.danielfelgar" % "draw-receipt" % "0.1.3"
[com.github.danielfelgar/draw-receipt "0.1.3"]