| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdio.github.phantomstr.testing-tools |
| ArtifactId | ArtifactIdqa-comparison-tool |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| qa-comparison-tool-1.3.0.pom | |
| qa-comparison-tool-1.3.0.jar | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.phantomstr.testing-tools/qa-comparison-tool/ -->
<dependency>
<groupId>io.github.phantomstr.testing-tools</groupId>
<artifactId>qa-comparison-tool</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.phantomstr.testing-tools/qa-comparison-tool/
implementation 'io.github.phantomstr.testing-tools:qa-comparison-tool:1.3.0'
// https://jarcasting.com/artifacts/io.github.phantomstr.testing-tools/qa-comparison-tool/
implementation ("io.github.phantomstr.testing-tools:qa-comparison-tool:1.3.0")
'io.github.phantomstr.testing-tools:qa-comparison-tool:jar:1.3.0'
<dependency org="io.github.phantomstr.testing-tools" name="qa-comparison-tool" rev="1.3.0">
<artifact name="qa-comparison-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.phantomstr.testing-tools', module='qa-comparison-tool', version='1.3.0')
)
libraryDependencies += "io.github.phantomstr.testing-tools" % "qa-comparison-tool" % "1.3.0"
[io.github.phantomstr.testing-tools/qa-comparison-tool "1.3.0"]