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