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