MVN

com.github.mike10004 : crxtool-core

Maven & Gradle

Feb 07, 2020
5 usages
3 stars

crxtool-core · Library for Chrome extension file analysis

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>crxtool-core</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mike10004 : crxtool-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16

All Versions

Choose a version of com.github.mike10004 : crxtool-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16
crxtool-core-0.16
0.15
crxtool-core-0.15
0.14
crxtool-core-0.14
0.12
crxtool-core-0.12
0.11
crxtool-core-0.11
0.10
crxtool-core-0.10
0.9
crxtool-core-0.9
0.8
crxtool-core-0.8
0.7
crxtool-core-0.7
0.6
crxtool-core-0.6
0.5
crxtool-core-0.5

How to add a dependency to Maven

Add the following com.github.mike10004 : crxtool-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>crxtool-core</artifactId>
    <version>0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mike10004 : crxtool-core gradle dependency to your build.gradle file:

implementation 'com.github.mike10004:crxtool-core:0.16'

Gradle Kotlin DSL: Add the following com.github.mike10004 : crxtool-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mike10004:crxtool-core:0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mike10004 : crxtool-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mike10004" % "crxtool-core" % "0.16"

Advertisement