Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.redfin |
ArtifactId | ArtifactIdfuzzy-junit-example |
Version | Version0.6 |
Type | Typepom |
Filename | Size |
---|---|
fuzzy-junit-example-0.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redfin/fuzzy-junit-example/ -->
<dependency>
<groupId>com.redfin</groupId>
<artifactId>fuzzy-junit-example</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/fuzzy-junit-example/
implementation 'com.redfin:fuzzy-junit-example:0.6'
// https://jarcasting.com/artifacts/com.redfin/fuzzy-junit-example/
implementation ("com.redfin:fuzzy-junit-example:0.6")
'com.redfin:fuzzy-junit-example:pom:0.6'
<dependency org="com.redfin" name="fuzzy-junit-example" rev="0.6">
<artifact name="fuzzy-junit-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='fuzzy-junit-example', version='0.6')
)
libraryDependencies += "com.redfin" % "fuzzy-junit-example" % "0.6"
[com.redfin/fuzzy-junit-example "0.6"]