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