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