Files download
File Operation
crxtool-0.9.pom download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>crxtool</artifactId>
  <version>0.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:crxtool:0.9'
Gradle Kotlin
implementation("com.github.mike10004:crxtool:0.9")
Scala SBT
libraryDependencies += "com.github.mike10004" % "crxtool" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='crxtool', version='0.9')
)
Apache Ivy
<dependency org="com.github.mike10004" name="crxtool" rev="0.9" />
Leiningen
[com.github.mike10004/crxtool "0.9"]
Apache Buildr
'com.github.mike10004:crxtool:jar:0.9'
Dependencies
The project has no third-party dependencies