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