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