Categories |
CategoriesKotlin Languages Security |
---|---|
GroupId | GroupIdcom.virgilsecurity |
ArtifactId | ArtifactIdethree-kotlin |
Version | Version0.3.6 |
Type | Typeaar |
Filename | Size |
---|---|
ethree-kotlin-0.3.6.pom | |
ethree-kotlin-0.3.6.aar | 36 KB |
ethree-kotlin-0.3.6-sources.jar | 6 KB |
ethree-kotlin-0.3.6-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity/ethree-kotlin/ -->
<dependency>
<groupId>com.virgilsecurity</groupId>
<artifactId>ethree-kotlin</artifactId>
<version>0.3.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity/ethree-kotlin/
implementation 'com.virgilsecurity:ethree-kotlin:0.3.6'
// https://jarcasting.com/artifacts/com.virgilsecurity/ethree-kotlin/
implementation ("com.virgilsecurity:ethree-kotlin:0.3.6")
'com.virgilsecurity:ethree-kotlin:aar:0.3.6'
<dependency org="com.virgilsecurity" name="ethree-kotlin" rev="0.3.6">
<artifact name="ethree-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity', module='ethree-kotlin', version='0.3.6')
)
libraryDependencies += "com.virgilsecurity" % "ethree-kotlin" % "0.3.6"
[com.virgilsecurity/ethree-kotlin "0.3.6"]