Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdbarcode |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
barcode-1.8.0.pom | |
barcode-1.8.0.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/barcode/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>barcode</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/barcode/
implementation 'com.hynnet:barcode:1.8.0'
// https://jarcasting.com/artifacts/com.hynnet/barcode/
implementation ("com.hynnet:barcode:1.8.0")
'com.hynnet:barcode:jar:1.8.0'
<dependency org="com.hynnet" name="barcode" rev="1.8.0">
<artifact name="barcode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='barcode', version='1.8.0')
)
libraryDependencies += "com.hynnet" % "barcode" % "1.8.0"
[com.hynnet/barcode "1.8.0"]