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