MVN

net.sf.chex4j : chex4j-test

Maven & Gradle

Apr 03, 2011

Chex4j Javaagent Tests · chex4j-core is a javaagent so testing it requires the built jar to be added to the jvm start options. Putting the tests in a separate module ensures that the core jar is available during the build time of the test module.

<dependency>
    <groupId>net.sf.chex4j</groupId>
    <artifactId>chex4j-test</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.chex4j : chex4j-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of net.sf.chex4j : chex4j-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
chex4j-test-1.0.2

How to add a dependency to Maven

Add the following net.sf.chex4j : chex4j-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.chex4j</groupId>
    <artifactId>chex4j-test</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.chex4j : chex4j-test gradle dependency to your build.gradle file:

implementation 'net.sf.chex4j:chex4j-test:1.0.2'

Gradle Kotlin DSL: Add the following net.sf.chex4j : chex4j-test gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.chex4j:chex4j-test:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.chex4j : chex4j-test sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.chex4j" % "chex4j-test" % "1.0.2"

Advertisement

Dependencies from Group

Apr 03, 2011
1 usages
Apr 03, 2011

Discover Dependencies

Apr 03, 2011
1 usages
Apr 03, 2011
Nov 21, 2009
Sep 09, 2013
Feb 04, 2010
6 usages
Jan 29, 2013
1 usages
1 stars
Nov 27, 2014
6 stars
Jan 09, 2014
17 stars
Jan 09, 2014
2 usages
17 stars