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