| GroupId | GroupIdio.github.ternaryop |
|---|---|
| ArtifactId | ArtifactIddomselector-coroutines |
| Version | Version1.0.5 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.ternaryop/domselector-coroutines/ -->
<dependency>
<groupId>io.github.ternaryop</groupId>
<artifactId>domselector-coroutines</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ternaryop/domselector-coroutines/
implementation 'io.github.ternaryop:domselector-coroutines:1.0.5'
// https://jarcasting.com/artifacts/io.github.ternaryop/domselector-coroutines/
implementation ("io.github.ternaryop:domselector-coroutines:1.0.5")
'io.github.ternaryop:domselector-coroutines:aar:1.0.5'
<dependency org="io.github.ternaryop" name="domselector-coroutines" rev="1.0.5">
<artifact name="domselector-coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ternaryop', module='domselector-coroutines', version='1.0.5')
)
libraryDependencies += "io.github.ternaryop" % "domselector-coroutines" % "1.0.5"
[io.github.ternaryop/domselector-coroutines "1.0.5"]