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