Barcode4J.
Barcode4J is a flexible generator for barcodes written in Java..
Here is the list of declaration for barcode4j. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sf.barcode4j</groupId> <artifactId>barcode4j</artifactId> <version>2.0</version> </dependency>
If you think this Maven repository POM file listing for barcode4j is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:ASF 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The barcode4j-2.0 has 8 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Console | commons-cli 1.0 Commons CLI provides a simple API for working with the command line arguments and options. | 131 |
Parser | xercesImpl 2.9.0 Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy... | 22 |
XML Parser | xml-apis 1.3.04 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ... | 88 |
The following table lists the most popular artifacts which are depending on barcode4j-2.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Report | jasperreports 3.7.6 JasperReports Library | 10 |
The following packages are defined in the barcode4j-2.0.jar
org.krysalis.barcode4j org.krysalis.barcode4j.cli org.krysalis.barcode4j.impl org.krysalis.barcode4j.impl.codabar org.krysalis.barcode4j.impl.code128 org.krysalis.barcode4j.impl.code39 org.krysalis.barcode4j.impl.datamatrix org.krysalis.barcode4j.impl.fourstate org.krysalis.barcode4j.impl.int2of5 org.krysalis.barcode4j.impl.pdf417 org.krysalis.barcode4j.impl.postnet org.krysalis.barcode4j.impl.upcean org.krysalis.barcode4j.output org.krysalis.barcode4j.output.bitmap org.krysalis.barcode4j.output.eps org.krysalis.barcode4j.output.java2d org.krysalis.barcode4j.output.svg org.krysalis.barcode4j.saxon8 org.krysalis.barcode4j.servlet org.krysalis.barcode4j.tools org.krysalis.barcode4j.xalan
Here is the content of the POM file.
<?xml version="1.0"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.barcode4j</groupId> <artifactId>barcode4j</artifactId> <name>Barcode4J</name> <version>2.0</version> <url>http://barcode4j.sourceforge.net/</url> <description>Barcode4J is a flexible generator for barcodes written in Java.</description> <licenses> <license> <name>ASF 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://barcode4j.cvs.sourceforge.net/barcode4j</url> </scm> <dependencies> <dependency> <groupId>avalon-framework</groupId> <artifactId>avalon-framework-impl</artifactId> <version>4.2.0</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <dependency> <groupId>jdom</groupId> <artifactId>jdom</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon</artifactId> <version>8.5.1</version> <optional>true</optional> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.7.0</version> <optional>true</optional> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.9.0</version> <optional>true</optional> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.04</version> </dependency> </dependencies> </project>