Bugzilla for Java

A Java library for accessing Bugzilla instances

License

License

GroupId

GroupId

eu.ralph-schuster
ArtifactId

ArtifactId

b4j
Last Version

Last Version

3.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Bugzilla for Java
A Java library for accessing Bugzilla instances
Project URL

Project URL

https://techblog.ralph-schuster.eu/b4j-bugzilla-for-java/
Source Code Management

Source Code Management

https://github.com/technicalguru/b4j

Download b4j

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
javax.mail : javax.mail-api jar 1.5.2
mysql : mysql-connector-java jar 8.0.21
org.apache.xmlrpc : xmlrpc-client jar 3.1.3
eu.ralph-schuster : baselib jar 1.4.1
eu.ralph-schuster : templating jar 1.4.1
eu.ralph-schuster : csv jar 3.0.1
com.atlassian.jira » jira-rest-java-client jar 2.0.0-m2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Bugzilla for Java (B4J)

Overview

This is Bugzilla for Java (B4J) – a Java based tool for accessing Bugzilla instances. B4J offers you to write your own reports based on those bug records that you want to incorporate.

Features:

  • platform-independent code
  • access to Bugzilla and Jira instances on remote servers via HTTP and HTTP proxies
  • password callbacks for maximum security
  • standard report interface
  • Open Source code based on LGPL license 3.0

More documentation is available here:

License

Bugzilla for Java is licensed under GNU LGPL 3.0.

Usage

<dependency>
  <groupId>eu.ralph-schuster</groupId>
  <artifactId>b4j</artifactId>
  <version>3.0.1</version>
</dependency>

Contribution

Report a bug or request an enhancement at the Issue Tracker.

Versions

Version
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.4.0
1.3
1.2
1.1