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