Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.lightbody.bmp |
ArtifactId | ArtifactIdbrowsermob-core |
Version | Version2.1.0-beta-6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.lightbody.bmp/browsermob-core/ -->
<dependency>
<groupId>net.lightbody.bmp</groupId>
<artifactId>browsermob-core</artifactId>
<version>2.1.0-beta-6</version>
</dependency>
// https://jarcasting.com/artifacts/net.lightbody.bmp/browsermob-core/
implementation 'net.lightbody.bmp:browsermob-core:2.1.0-beta-6'
// https://jarcasting.com/artifacts/net.lightbody.bmp/browsermob-core/
implementation ("net.lightbody.bmp:browsermob-core:2.1.0-beta-6")
'net.lightbody.bmp:browsermob-core:jar:2.1.0-beta-6'
<dependency org="net.lightbody.bmp" name="browsermob-core" rev="2.1.0-beta-6">
<artifact name="browsermob-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lightbody.bmp', module='browsermob-core', version='2.1.0-beta-6')
)
libraryDependencies += "net.lightbody.bmp" % "browsermob-core" % "2.1.0-beta-6"
[net.lightbody.bmp/browsermob-core "2.1.0-beta-6"]