c

crxtool-testing

Files download
File Operation
crxtool-testing-0.5.jar download
crxtool-testing-0.5.pom download
crxtool-testing-0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>crxtool-testing</artifactId>
  <version>0.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:crxtool-testing:0.5'
Gradle Kotlin
implementation("com.github.mike10004:crxtool-testing:0.5")
Scala SBT
libraryDependencies += "com.github.mike10004" % "crxtool-testing" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='crxtool-testing', version='0.5')
)
Apache Ivy
<dependency org="com.github.mike10004" name="crxtool-testing" rev="0.5" />
Leiningen
[com.github.mike10004/crxtool-testing "0.5"]
Apache Buildr
'com.github.mike10004:crxtool-testing:jar:0.5'