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