is not current version
Last Version 3.2.0

eu.stamp-project:dspot-parent 3.0.0

DSpot is a tool to automatically improve a Java test suite. It uses dynamic analysis to identify missing assertions and inputs. Make your tests better! Amplify your test suite! Now!

GroupId

GroupId

eu.stamp-project
ArtifactId

ArtifactId

dspot-parent
Version

Version

3.0.0
Type

Type

pom

Download dspot-parent 3.0.0

Filename Size
dspot-parent-3.0.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/eu.stamp-project/dspot-parent/ -->
<dependency>
    <groupId>eu.stamp-project</groupId>
    <artifactId>dspot-parent</artifactId>
    <version>3.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/eu.stamp-project/dspot-parent/
implementation 'eu.stamp-project:dspot-parent:3.0.0'
// https://jarcasting.com/artifacts/eu.stamp-project/dspot-parent/
implementation ("eu.stamp-project:dspot-parent:3.0.0")
'eu.stamp-project:dspot-parent:pom:3.0.0'
<dependency org="eu.stamp-project" name="dspot-parent" rev="3.0.0">
  <artifact name="dspot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.stamp-project', module='dspot-parent', version='3.0.0')
)
libraryDependencies += "eu.stamp-project" % "dspot-parent" % "3.0.0"
[eu.stamp-project/dspot-parent "3.0.0"]