文件下载
文件名 操作
har-replay-dist-0.32.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>har-replay-dist</artifactId>
  <version>0.32</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:har-replay-dist:0.32'
Gradle Kotlin
implementation("com.github.mike10004:har-replay-dist:0.32")
Scala SBT
libraryDependencies += "com.github.mike10004" % "har-replay-dist" % "0.32"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='har-replay-dist', version='0.32')
)
Apache Ivy
<dependency org="com.github.mike10004" name="har-replay-dist" rev="0.32" />
Leiningen
[com.github.mike10004/har-replay-dist "0.32"]
Apache Buildr
'com.github.mike10004:har-replay-dist:jar:0.32'