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