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