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