c

crxtool-testing

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