MVN

net.xp-framework : bugzilla

Maven & Gradle

Jan 09, 2013
5 stars

Bugzilla XP-Module · Bugzilla XP-Module

<dependency>
    <groupId>net.xp-framework</groupId>
    <artifactId>bugzilla</artifactId>
    <version>5.8.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.xp-framework : bugzilla to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.10

All Versions

Choose a version of net.xp-framework : bugzilla to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8.x
bugzilla-5.8.10
bugzilla-5.8.9
bugzilla-5.8.8
bugzilla-5.8.7
bugzilla-5.8.6
bugzilla-5.8.5
bugzilla-5.8.4
bugzilla-5.8.3
bugzilla-5.8.2

How to add a dependency to Maven

Add the following net.xp-framework : bugzilla maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.xp-framework</groupId>
    <artifactId>bugzilla</artifactId>
    <version>5.8.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.xp-framework : bugzilla gradle dependency to your build.gradle file:

implementation 'net.xp-framework:bugzilla:5.8.10'

Gradle Kotlin DSL: Add the following net.xp-framework : bugzilla gradle kotlin dependency to your build.gradle.kts file:

implementation("net.xp-framework:bugzilla:5.8.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.xp-framework : bugzilla sbt scala dependency to your build.sbt file:

libraryDependencies += "net.xp-framework" % "bugzilla" % "5.8.10"

Advertisement