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