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