GroupId | GroupIdio.imqa |
---|---|
ArtifactId | ArtifactIdimqa-core |
Version | Version1.3.11 |
Type | Typeaar |
Filename | Size |
---|---|
imqa-core-1.3.11.pom | |
imqa-core-1.3.11-sources.jar | 66 KB |
imqa-core-1.3.11-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.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.imqa/imqa-core/
implementation 'io.imqa:imqa-core:1.3.11'
// https://jarcasting.com/artifacts/io.imqa/imqa-core/
implementation ("io.imqa:imqa-core:1.3.11")
'io.imqa:imqa-core:aar:1.3.11'
<dependency org="io.imqa" name="imqa-core" rev="1.3.11">
<artifact name="imqa-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.imqa', module='imqa-core', version='1.3.11')
)
libraryDependencies += "io.imqa" % "imqa-core" % "1.3.11"
[io.imqa/imqa-core "1.3.11"]