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