is not current version
Last Version 17.0.0

com.nordstrom.tools:junit-foundation 12.5.0

This is the foundation framework for JUnit automation

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.nordstrom.tools
ArtifactId

ArtifactId

junit-foundation
Version

Version

12.5.0
Type

Type

jar

Download junit-foundation 12.5.0


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