GroupId | GroupIdcom.github.dynckathline |
---|---|
ArtifactId | ArtifactIdbarcode |
Version | Version2.7 |
Type | Typeaar |
Filename | Size |
---|---|
barcode-2.7.pom | |
barcode-2.7.aar | 97 KB |
barcode-2.7-sources.jar | 52 KB |
barcode-2.7-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dynckathline/barcode/ -->
<dependency>
<groupId>com.github.dynckathline</groupId>
<artifactId>barcode</artifactId>
<version>2.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dynckathline/barcode/
implementation 'com.github.dynckathline:barcode:2.7'
// https://jarcasting.com/artifacts/com.github.dynckathline/barcode/
implementation ("com.github.dynckathline:barcode:2.7")
'com.github.dynckathline:barcode:aar:2.7'
<dependency org="com.github.dynckathline" name="barcode" rev="2.7">
<artifact name="barcode" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dynckathline', module='barcode', version='2.7')
)
libraryDependencies += "com.github.dynckathline" % "barcode" % "2.7"
[com.github.dynckathline/barcode "2.7"]