is not current version
Last Version 3.2.0

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

1.2.0
Type

Type

pom

Download dspot-parent 1.2.0

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