Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.lightbody.bmp |
ArtifactId | ArtifactIdbrowsermob-legacy |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
browsermob-legacy-2.1.1.pom | |
browsermob-legacy-2.1.1.jar | 899 KB |
browsermob-legacy-2.1.1-sources.jar | 653 KB |
browsermob-legacy-2.1.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lightbody.bmp/browsermob-legacy/ -->
<dependency>
<groupId>net.lightbody.bmp</groupId>
<artifactId>browsermob-legacy</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.lightbody.bmp/browsermob-legacy/
implementation 'net.lightbody.bmp:browsermob-legacy:2.1.1'
// https://jarcasting.com/artifacts/net.lightbody.bmp/browsermob-legacy/
implementation ("net.lightbody.bmp:browsermob-legacy:2.1.1")
'net.lightbody.bmp:browsermob-legacy:jar:2.1.1'
<dependency org="net.lightbody.bmp" name="browsermob-legacy" rev="2.1.1">
<artifact name="browsermob-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lightbody.bmp', module='browsermob-legacy', version='2.1.1')
)
libraryDependencies += "net.lightbody.bmp" % "browsermob-legacy" % "2.1.1"
[net.lightbody.bmp/browsermob-legacy "2.1.1"]