GroupId | GroupIdcom.github.danielfelgar |
---|---|
ArtifactId | ArtifactIddraw-receipt |
Version | Version0.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
draw-receipt-0.1.2.pom | |
draw-receipt-0.1.2.aar | 977 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.danielfelgar/draw-receipt/ -->
<dependency>
<groupId>com.github.danielfelgar</groupId>
<artifactId>draw-receipt</artifactId>
<version>0.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielfelgar/draw-receipt/
implementation 'com.github.danielfelgar:draw-receipt:0.1.2'
// https://jarcasting.com/artifacts/com.github.danielfelgar/draw-receipt/
implementation ("com.github.danielfelgar:draw-receipt:0.1.2")
'com.github.danielfelgar:draw-receipt:aar:0.1.2'
<dependency org="com.github.danielfelgar" name="draw-receipt" rev="0.1.2">
<artifact name="draw-receipt" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.danielfelgar', module='draw-receipt', version='0.1.2')
)
libraryDependencies += "com.github.danielfelgar" % "draw-receipt" % "0.1.2"
[com.github.danielfelgar/draw-receipt "0.1.2"]