License |
License |
---|---|
Categories |
CategoriesZXing Data Data Formats Image Processing |
GroupId | GroupIdcom.google.zxing |
ArtifactId | ArtifactIdjavase |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZXing Java SE extensions
Java SE-specific extensions to core ZXing library
|
Filename | Size |
---|---|
javase-3.5.0.pom | |
javase-3.5.0.jar | 24 KB |
javase-3.5.0-sources.jar | 15 KB |
javase-3.5.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.zxing/javase/ -->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.zxing/javase/
implementation 'com.google.zxing:javase:3.5.0'
// https://jarcasting.com/artifacts/com.google.zxing/javase/
implementation ("com.google.zxing:javase:3.5.0")
'com.google.zxing:javase:jar:3.5.0'
<dependency org="com.google.zxing" name="javase" rev="3.5.0">
<artifact name="javase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.zxing', module='javase', version='3.5.0')
)
libraryDependencies += "com.google.zxing" % "javase" % "3.5.0"
[com.google.zxing/javase "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.zxing : core | jar | 3.5.0 |
com.beust : jcommander | jar | 1.82 |
Group / Artifact | Type | Version |
---|---|---|
com.github.jai-imageio : jai-imageio-core | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |