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