MVN

net.portswigger.burp.extensions : montoya-api

Maven & Gradle

Aug 23, 2023
<dependency>
    <groupId>net.portswigger.burp.extensions</groupId>
    <artifactId>montoya-api</artifactId>
    <version>2023.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.portswigger.burp.extensions : montoya-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.10

All Versions

Choose a version of net.portswigger.burp.extensions : montoya-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.10
montoya-api-2023.10
2023.9
montoya-api-2023.9
2023.8
montoya-api-2023.8
2023.6
montoya-api-2023.6
2023.5
montoya-api-2023.5
2023.4
montoya-api-2023.4
2023.3
montoya-api-2023.3
2023.2
montoya-api-2023.2
2023.1
montoya-api-2023.1
1.0.x
montoya-api-1.0.0
0.10.x
montoya-api-0.10.1

How to add a dependency to Maven

Add the following net.portswigger.burp.extensions : montoya-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.portswigger.burp.extensions</groupId>
    <artifactId>montoya-api</artifactId>
    <version>2023.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.portswigger.burp.extensions : montoya-api gradle dependency to your build.gradle file:

implementation 'net.portswigger.burp.extensions:montoya-api:2023.10'

Gradle Kotlin DSL: Add the following net.portswigger.burp.extensions : montoya-api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.portswigger.burp.extensions:montoya-api:2023.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.portswigger.burp.extensions : montoya-api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.portswigger.burp.extensions" % "montoya-api" % "2023.10"