| GroupId | GroupIdcom.site-valley |
|---|---|
| ArtifactId | ArtifactIdencryptor-android |
| Version | Version1.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| encryptor-android-1.0.3.pom | |
| encryptor-android-1.0.3-sources.jar | 4 KB |
| encryptor-android-1.0.3-javadoc.jar | 293 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.site-valley/encryptor-android/ -->
<dependency>
<groupId>com.site-valley</groupId>
<artifactId>encryptor-android</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.site-valley/encryptor-android/
implementation 'com.site-valley:encryptor-android:1.0.3'
// https://jarcasting.com/artifacts/com.site-valley/encryptor-android/
implementation ("com.site-valley:encryptor-android:1.0.3")
'com.site-valley:encryptor-android:aar:1.0.3'
<dependency org="com.site-valley" name="encryptor-android" rev="1.0.3">
<artifact name="encryptor-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.site-valley', module='encryptor-android', version='1.0.3')
)
libraryDependencies += "com.site-valley" % "encryptor-android" % "1.0.3"
[com.site-valley/encryptor-android "1.0.3"]