is not current version
Last Version 3.2.0

eu.stamp-project:dspot-parent 2.1.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

2.1.0
Type

Type

pom

Download dspot-parent 2.1.0

Filename Size
dspot-parent-2.1.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>2.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/eu.stamp-project/dspot-parent/
implementation 'eu.stamp-project:dspot-parent:2.1.0'
// https://jarcasting.com/artifacts/eu.stamp-project/dspot-parent/
implementation ("eu.stamp-project:dspot-parent:2.1.0")
'eu.stamp-project:dspot-parent:pom:2.1.0'
<dependency org="eu.stamp-project" name="dspot-parent" rev="2.1.0">
  <artifact name="dspot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.stamp-project', module='dspot-parent', version='2.1.0')
)
libraryDependencies += "eu.stamp-project" % "dspot-parent" % "2.1.0"
[eu.stamp-project/dspot-parent "2.1.0"]