Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.smallcreep |
ArtifactId | ArtifactIdbrowsermob-client |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
browsermob-client-0.2.pom | |
browsermob-client-0.2.jar | 19 KB |
browsermob-client-0.2-sources.jar | 15 KB |
browsermob-client-0.2-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smallcreep/browsermob-client/ -->
<dependency>
<groupId>com.github.smallcreep</groupId>
<artifactId>browsermob-client</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smallcreep/browsermob-client/
implementation 'com.github.smallcreep:browsermob-client:0.2'
// https://jarcasting.com/artifacts/com.github.smallcreep/browsermob-client/
implementation ("com.github.smallcreep:browsermob-client:0.2")
'com.github.smallcreep:browsermob-client:jar:0.2'
<dependency org="com.github.smallcreep" name="browsermob-client" rev="0.2">
<artifact name="browsermob-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smallcreep', module='browsermob-client', version='0.2')
)
libraryDependencies += "com.github.smallcreep" % "browsermob-client" % "0.2"
[com.github.smallcreep/browsermob-client "0.2"]