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