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