| License |
License
MIT License
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.bytebutcher |
| ArtifactId | ArtifactIdburp-lib |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionburp-lib
A library providing useful components for building burp extensions.
|
| Filename | Size |
|---|---|
| burp-lib-1.0.pom | |
| burp-lib-1.0.jar | 13 KB |
| burp-lib-1.0-sources.jar | 7 KB |
| burp-lib-1.0-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.bytebutcher/burp-lib/ -->
<dependency>
<groupId>net.bytebutcher</groupId>
<artifactId>burp-lib</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bytebutcher/burp-lib/
implementation 'net.bytebutcher:burp-lib:1.0'
// https://jarcasting.com/artifacts/net.bytebutcher/burp-lib/
implementation ("net.bytebutcher:burp-lib:1.0")
'net.bytebutcher:burp-lib:jar:1.0'
<dependency org="net.bytebutcher" name="burp-lib" rev="1.0">
<artifact name="burp-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bytebutcher', module='burp-lib', version='1.0')
)
libraryDependencies += "net.bytebutcher" % "burp-lib" % "1.0"
[net.bytebutcher/burp-lib "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.portswigger.burp.extender : burp-extender-api | jar | 1.7.22 |