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