c

chex4j-test

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.
http://maven.apache.org
Files download
File Operation
chex4j-test-1.0.2.jar download
chex4j-test-1.0.2.pom download
chex4j-test-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.chex4j</groupId>
  <artifactId>chex4j-test</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.chex4j:chex4j-test:1.0.2'
Gradle Kotlin
implementation("net.sf.chex4j:chex4j-test:1.0.2")
Scala SBT
libraryDependencies += "net.sf.chex4j" % "chex4j-test" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.chex4j', module='chex4j-test', version='1.0.2')
)
Apache Ivy
<dependency org="net.sf.chex4j" name="chex4j-test" rev="1.0.2" />
Leiningen
[net.sf.chex4j/chex4j-test "1.0.2"]
Apache Buildr
'net.sf.chex4j:chex4j-test:jar:1.0.2'