License |
License |
---|---|
Categories |
CategoriesZXing Data Data Formats Image Processing |
GroupId | GroupIdcom.google.zxing |
ArtifactId | ArtifactIdcore |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZXing Core
Core barcode encoding/decoding library
|
Filename | Size |
---|---|
core-3.5.0.pom | |
core-3.5.0.jar | 360 KB |
core-3.5.0-sources.jar | 337 KB |
core-3.5.0-javadoc.jar | 762 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.zxing/core/ -->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.zxing/core/
implementation 'com.google.zxing:core:3.5.0'
// https://jarcasting.com/artifacts/com.google.zxing/core/
implementation ("com.google.zxing:core:3.5.0")
'com.google.zxing:core:jar:3.5.0'
<dependency org="com.google.zxing" name="core" rev="3.5.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.zxing', module='core', version='3.5.0')
)
libraryDependencies += "com.google.zxing" % "core" % "3.5.0"
[com.google.zxing/core "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |