GroupId | GroupIdcom.ubirch |
---|---|
ArtifactId | ArtifactIdubirch-crypto |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
ubirch-crypto-2.0.6.pom | |
ubirch-crypto-2.0.6.jar | 20 KB |
ubirch-crypto-2.0.6-sources.jar | 15 KB |
ubirch-crypto-2.0.6-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ubirch/ubirch-crypto/ -->
<dependency>
<groupId>com.ubirch</groupId>
<artifactId>ubirch-crypto</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubirch/ubirch-crypto/
implementation 'com.ubirch:ubirch-crypto:2.0.6'
// https://jarcasting.com/artifacts/com.ubirch/ubirch-crypto/
implementation ("com.ubirch:ubirch-crypto:2.0.6")
'com.ubirch:ubirch-crypto:jar:2.0.6'
<dependency org="com.ubirch" name="ubirch-crypto" rev="2.0.6">
<artifact name="ubirch-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubirch', module='ubirch-crypto', version='2.0.6')
)
libraryDependencies += "com.ubirch" % "ubirch-crypto" % "2.0.6"
[com.ubirch/ubirch-crypto "2.0.6"]