Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.nordstrom.tools |
ArtifactId | ArtifactIdjunit-foundation |
Version | Version12.5.4 |
Type | Typejar |
Filename | Size |
---|---|
junit-foundation-12.5.4.pom | |
junit-foundation-12.5.4.jar | 65 KB |
junit-foundation-12.5.4-sources.jar | 42 KB |
junit-foundation-12.5.4-javadoc.jar | 555 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/junit-foundation/ -->
<dependency>
<groupId>com.nordstrom.tools</groupId>
<artifactId>junit-foundation</artifactId>
<version>12.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/junit-foundation/
implementation 'com.nordstrom.tools:junit-foundation:12.5.4'
// https://jarcasting.com/artifacts/com.nordstrom.tools/junit-foundation/
implementation ("com.nordstrom.tools:junit-foundation:12.5.4")
'com.nordstrom.tools:junit-foundation:jar:12.5.4'
<dependency org="com.nordstrom.tools" name="junit-foundation" rev="12.5.4">
<artifact name="junit-foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='junit-foundation', version='12.5.4')
)
libraryDependencies += "com.nordstrom.tools" % "junit-foundation" % "12.5.4"
[com.nordstrom.tools/junit-foundation "12.5.4"]