| GroupId | GroupIdcom.ohadr |
|---|---|
| ArtifactId | ArtifactIdcommon-crypto |
| Version | Version1.5.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-crypto-1.5.0-RELEASE.pom | |
| common-crypto-1.5.0-RELEASE.jar | 16 KB |
| common-crypto-1.5.0-RELEASE-sources.jar | 10 KB |
| common-crypto-1.5.0-RELEASE-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ohadr/common-crypto/ -->
<dependency>
<groupId>com.ohadr</groupId>
<artifactId>common-crypto</artifactId>
<version>1.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ohadr/common-crypto/
implementation 'com.ohadr:common-crypto:1.5.0-RELEASE'
// https://jarcasting.com/artifacts/com.ohadr/common-crypto/
implementation ("com.ohadr:common-crypto:1.5.0-RELEASE")
'com.ohadr:common-crypto:jar:1.5.0-RELEASE'
<dependency org="com.ohadr" name="common-crypto" rev="1.5.0-RELEASE">
<artifact name="common-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ohadr', module='common-crypto', version='1.5.0-RELEASE')
)
libraryDependencies += "com.ohadr" % "common-crypto" % "1.5.0-RELEASE"
[com.ohadr/common-crypto "1.5.0-RELEASE"]