c

crxtool-testing

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