GroupId | GroupIdio.imqa |
---|---|
ArtifactId | ArtifactIdimqa-core |
Version | Version2.19.6 |
Type | Typeaar |
Filename | Size |
---|---|
imqa-core-2.19.6.pom | |
imqa-core-2.19.6-sources.jar | 107 KB |
imqa-core-2.19.6-javadoc.jar | 462 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.imqa/imqa-core/ -->
<dependency>
<groupId>io.imqa</groupId>
<artifactId>imqa-core</artifactId>
<version>2.19.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.imqa/imqa-core/
implementation 'io.imqa:imqa-core:2.19.6'
// https://jarcasting.com/artifacts/io.imqa/imqa-core/
implementation ("io.imqa:imqa-core:2.19.6")
'io.imqa:imqa-core:aar:2.19.6'
<dependency org="io.imqa" name="imqa-core" rev="2.19.6">
<artifact name="imqa-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.imqa', module='imqa-core', version='2.19.6')
)
libraryDependencies += "io.imqa" % "imqa-core" % "2.19.6"
[io.imqa/imqa-core "2.19.6"]