| GroupId | GroupIdcom.github.mike10004 |
|---|---|
| ArtifactId | ArtifactIdhar-replay-dist |
| Version | Version0.29 |
| Type | Typepom |
| Filename | Size |
|---|---|
| har-replay-dist-0.29.pom | |
| har-replay-dist-0.29.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.29</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/har-replay-dist/
implementation 'com.github.mike10004:har-replay-dist:0.29'
// https://jarcasting.com/artifacts/com.github.mike10004/har-replay-dist/
implementation ("com.github.mike10004:har-replay-dist:0.29")
'com.github.mike10004:har-replay-dist:pom:0.29'
<dependency org="com.github.mike10004" name="har-replay-dist" rev="0.29">
<artifact name="har-replay-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='har-replay-dist', version='0.29')
)
libraryDependencies += "com.github.mike10004" % "har-replay-dist" % "0.29"
[com.github.mike10004/har-replay-dist "0.29"]