| GroupId | GroupIdcom.github.mike10004 |
|---|---|
| ArtifactId | ArtifactIdhar-replay-dist |
| Version | Version0.27 |
| Type | Typepom |
| Filename | Size |
|---|---|
| har-replay-dist-0.27.pom | |
| har-replay-dist-0.27.deb | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/har-replay-dist/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>har-replay-dist</artifactId>
<version>0.27</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/har-replay-dist/
implementation 'com.github.mike10004:har-replay-dist:0.27'
// https://jarcasting.com/artifacts/com.github.mike10004/har-replay-dist/
implementation ("com.github.mike10004:har-replay-dist:0.27")
'com.github.mike10004:har-replay-dist:pom:0.27'
<dependency org="com.github.mike10004" name="har-replay-dist" rev="0.27">
<artifact name="har-replay-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='har-replay-dist', version='0.27')
)
libraryDependencies += "com.github.mike10004" % "har-replay-dist" % "0.27"
[com.github.mike10004/har-replay-dist "0.27"]