| License |
License |
|---|---|
| GroupId | GroupIdcom.j2bugzilla |
| ArtifactId | ArtifactIdj2bugzilla |
| Last Version | Last Version2.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJ2Bugzilla
A library for accessing Bugzilla installations in Java
|
| Filename | Size |
|---|---|
| j2bugzilla-2.2.1.pom | |
| j2bugzilla-2.2.1.jar | 23 KB |
| j2bugzilla-2.2.1-sources.jar | 18 KB |
| j2bugzilla-2.2.1-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.j2bugzilla/j2bugzilla/ -->
<dependency>
<groupId>com.j2bugzilla</groupId>
<artifactId>j2bugzilla</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.j2bugzilla/j2bugzilla/
implementation 'com.j2bugzilla:j2bugzilla:2.2.1'
// https://jarcasting.com/artifacts/com.j2bugzilla/j2bugzilla/
implementation ("com.j2bugzilla:j2bugzilla:2.2.1")
'com.j2bugzilla:j2bugzilla:jar:2.2.1'
<dependency org="com.j2bugzilla" name="j2bugzilla" rev="2.2.1">
<artifact name="j2bugzilla" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j2bugzilla', module='j2bugzilla', version='2.2.1')
)
libraryDependencies += "com.j2bugzilla" % "j2bugzilla" % "2.2.1"
[com.j2bugzilla/j2bugzilla "2.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.xmlrpc : xmlrpc-client | jar | 3.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 1.9.0 |
| junit : junit | jar | 4.10 |
| org.hamcrest : hamcrest-all | jar | 1.3 |