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