| Categories | CategoriesKotlin Languages Security | 
|---|---|
| GroupId | GroupIdcom.virgilsecurity | 
| ArtifactId | ArtifactIdethree-kotlin-coroutines | 
| Version | Version0.1.0-alpha | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.virgilsecurity/ethree-kotlin-coroutines/ -->
<dependency>
    <groupId>com.virgilsecurity</groupId>
    <artifactId>ethree-kotlin-coroutines</artifactId>
    <version>0.1.0-alpha</version>
</dependency>// https://jarcasting.com/artifacts/com.virgilsecurity/ethree-kotlin-coroutines/
implementation 'com.virgilsecurity:ethree-kotlin-coroutines:0.1.0-alpha'// https://jarcasting.com/artifacts/com.virgilsecurity/ethree-kotlin-coroutines/
implementation ("com.virgilsecurity:ethree-kotlin-coroutines:0.1.0-alpha")'com.virgilsecurity:ethree-kotlin-coroutines:jar:0.1.0-alpha'<dependency org="com.virgilsecurity" name="ethree-kotlin-coroutines" rev="0.1.0-alpha">
  <artifact name="ethree-kotlin-coroutines" type="jar" />
</dependency>@Grapes(
@Grab(group='com.virgilsecurity', module='ethree-kotlin-coroutines', version='0.1.0-alpha')
)libraryDependencies += "com.virgilsecurity" % "ethree-kotlin-coroutines" % "0.1.0-alpha"[com.virgilsecurity/ethree-kotlin-coroutines "0.1.0-alpha"]