Download j2bugzilla-2.2.1.jar file - Jar j

Jar examples for j:j2bugzilla

Description

A library for accessing Bugzilla installations in Java

You can download jar file j2bugzilla 2.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add j2bugzilla-2.2.1.jar to your project.

<dependency>
   <groupId>com.j2bugzilla</groupId>
   <artifactId>j2bugzilla</artifactId>
   <version>2.2.1</version>
</dependency>
compile group: 'com.j2bugzilla', name: 'j2bugzilla', version: '2.2.1'
libraryDependencies += "com.j2bugzilla" % "j2bugzilla" % "2.2.1"
<dependency org="com.j2bugzilla" name="j2bugzilla" rev="2.2.1"/>
@Grapes(@Grab(group='com.j2bugzilla', module='j2bugzilla', version='2.2.1'))
'com.j2bugzilla:j2bugzilla:jar:2.2.1'

Download

Click the following link to download the jar file.

j2bugzilla-2.2.1-javadoc.jar
j2bugzilla-2.2.1-sources.jar
j2bugzilla-2.2.1.jar
j2bugzilla-2.2.1.pom



Related Tutorials