c

crxtool-core

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