is not current version
Last Version 4.0.1

hu.advancedweb:scott 3.4.1

Scott provides detailed failure messages for tests written in Java based on their runtime behaviour and source code. With Scott even simple assertions provide the details needed to trace the cause of the failure and to comprehend the context of the test case. It provides details about local variables to reduce the need to debug tests.

GroupId

GroupId

hu.advancedweb
ArtifactId

ArtifactId

scott
Version

Version

3.4.1
Type

Type

jar

Download scott 3.4.1


<!-- https://jarcasting.com/artifacts/hu.advancedweb/scott/ -->
<dependency>
    <groupId>hu.advancedweb</groupId>
    <artifactId>scott</artifactId>
    <version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/hu.advancedweb/scott/
implementation 'hu.advancedweb:scott:3.4.1'
// https://jarcasting.com/artifacts/hu.advancedweb/scott/
implementation ("hu.advancedweb:scott:3.4.1")
'hu.advancedweb:scott:jar:3.4.1'
<dependency org="hu.advancedweb" name="scott" rev="3.4.1">
  <artifact name="scott" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.advancedweb', module='scott', version='3.4.1')
)
libraryDependencies += "hu.advancedweb" % "scott" % "3.4.1"
[hu.advancedweb/scott "3.4.1"]