License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.chex4j |
ArtifactId | ArtifactIdchex4j-test |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionChex4j 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
chex4j-test-1.0.2.pom | |
chex4j-test-1.0.2.jar | 28 KB |
chex4j-test-1.0.2-sources.jar | 21 KB |
chex4j-test-1.0.2-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.chex4j/chex4j-test/ -->
<dependency>
<groupId>net.sf.chex4j</groupId>
<artifactId>chex4j-test</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.chex4j/chex4j-test/
implementation 'net.sf.chex4j:chex4j-test:1.0.2'
// https://jarcasting.com/artifacts/net.sf.chex4j/chex4j-test/
implementation ("net.sf.chex4j:chex4j-test:1.0.2")
'net.sf.chex4j:chex4j-test:jar:1.0.2'
<dependency org="net.sf.chex4j" name="chex4j-test" rev="1.0.2">
<artifact name="chex4j-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.chex4j', module='chex4j-test', version='1.0.2')
)
libraryDependencies += "net.sf.chex4j" % "chex4j-test" % "1.0.2"
[net.sf.chex4j/chex4j-test "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.chex4j : chex4j-core | jar | 1.0.2 |
junit : junit | jar | 4.7 |
org.hamcrest : hamcrest-all | jar | 1.1 |
org.apache.ant : ant | jar | 1.8.1 |
org.javassist : javassist | jar | 3.14.0-GA |
Group / Artifact | Type | Version |
---|---|---|
emma : emma_ant | jar | 2.0.5312 |
emma : emma | jar | 2.0.5312 |