is not current version
Last Version 2.1

net.sf.barcode4j:barcode4j 2.0

Barcode4J is a flexible generator for barcodes written in Java.

Categories

Categories

Net
GroupId

GroupId

net.sf.barcode4j
ArtifactId

ArtifactId

barcode4j
Version

Version

2.0
Type

Type

jar

Download barcode4j 2.0


<!-- https://jarcasting.com/artifacts/net.sf.barcode4j/barcode4j/ -->
<dependency>
    <groupId>net.sf.barcode4j</groupId>
    <artifactId>barcode4j</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.barcode4j/barcode4j/
implementation 'net.sf.barcode4j:barcode4j:2.0'
// https://jarcasting.com/artifacts/net.sf.barcode4j/barcode4j/
implementation ("net.sf.barcode4j:barcode4j:2.0")
'net.sf.barcode4j:barcode4j:jar:2.0'
<dependency org="net.sf.barcode4j" name="barcode4j" rev="2.0">
  <artifact name="barcode4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.barcode4j', module='barcode4j', version='2.0')
)
libraryDependencies += "net.sf.barcode4j" % "barcode4j" % "2.0"
[net.sf.barcode4j/barcode4j "2.0"]