MVN

com.github.mike10004 : crxtool-testing

Maven & Gradle

Oct 12, 2018
1 usages
3 stars
<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>crxtool-testing</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11

All Versions

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

Version Vulnerabilities Updated
0.11
crxtool-testing-0.11
0.10
crxtool-testing-0.10
0.9
crxtool-testing-0.9
0.8
crxtool-testing-0.8
0.7
crxtool-testing-0.7
0.6
crxtool-testing-0.6
0.5
crxtool-testing-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>crxtool-testing</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.mike10004:crxtool-testing:0.11'

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

implementation("com.github.mike10004:crxtool-testing:0.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.mike10004" % "crxtool-testing" % "0.11"

Advertisement