GroupId | GroupIdbiz.neustar |
---|---|
ArtifactId | ArtifactIdbrowsermob-proxy |
Version | Version2.0-beta-5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/biz.neustar/browsermob-proxy/ -->
<dependency>
<groupId>biz.neustar</groupId>
<artifactId>browsermob-proxy</artifactId>
<version>2.0-beta-5</version>
</dependency>
// https://jarcasting.com/artifacts/biz.neustar/browsermob-proxy/
implementation 'biz.neustar:browsermob-proxy:2.0-beta-5'
// https://jarcasting.com/artifacts/biz.neustar/browsermob-proxy/
implementation ("biz.neustar:browsermob-proxy:2.0-beta-5")
'biz.neustar:browsermob-proxy:jar:2.0-beta-5'
<dependency org="biz.neustar" name="browsermob-proxy" rev="2.0-beta-5">
<artifact name="browsermob-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.neustar', module='browsermob-proxy', version='2.0-beta-5')
)
libraryDependencies += "biz.neustar" % "browsermob-proxy" % "2.0-beta-5"
[biz.neustar/browsermob-proxy "2.0-beta-5"]