License |
License |
---|---|
GroupId | GroupIdorg.fedoraproject.xmvn |
ArtifactId | ArtifactIdxmvn-bisect |
Version | Version3.1.0 |
Type | Typejar |
Description |
DescriptionXMvn Bisect
XMvn Bisect is a debugging tool that can diagnose build failures
by using bisection method.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xmvn-bisect-3.1.0.pom | |
xmvn-bisect-3.1.0.jar | 13 KB |
xmvn-bisect-3.1.0-sources.jar | 9 KB |
xmvn-bisect-3.1.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-bisect/ -->
<dependency>
<groupId>org.fedoraproject.xmvn</groupId>
<artifactId>xmvn-bisect</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-bisect/
implementation 'org.fedoraproject.xmvn:xmvn-bisect:3.1.0'
// https://jarcasting.com/artifacts/org.fedoraproject.xmvn/xmvn-bisect/
implementation ("org.fedoraproject.xmvn:xmvn-bisect:3.1.0")
'org.fedoraproject.xmvn:xmvn-bisect:jar:3.1.0'
<dependency org="org.fedoraproject.xmvn" name="xmvn-bisect" rev="3.1.0">
<artifact name="xmvn-bisect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fedoraproject.xmvn', module='xmvn-bisect', version='3.1.0')
)
libraryDependencies += "org.fedoraproject.xmvn" % "xmvn-bisect" % "3.1.0"
[org.fedoraproject.xmvn/xmvn-bisect "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.beust : jcommander | jar | 1.72 |
org.apache.maven.shared : maven-invoker | jar | 3.0.1 |
org.codehaus.plexus : plexus-utils | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.xmlunit : xmlunit-assertj | jar | 2.6.2 |
org.easymock : easymock | jar | 3.6 |
org.slf4j : slf4j-simple | jar | 1.8.0-beta2 |