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