Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.tgio |
ArtifactId | ArtifactIdrncryptor-native |
Version | Version0.0.9 |
Type | Typeaar |
Filename | Size |
---|---|
rncryptor-native-0.0.9.pom | |
rncryptor-native-0.0.9.aar | 9 MB |
rncryptor-native-0.0.9-sources.jar | 1 KB |
rncryptor-native-0.0.9-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tgio/rncryptor-native/ -->
<dependency>
<groupId>com.github.tgio</groupId>
<artifactId>rncryptor-native</artifactId>
<version>0.0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tgio/rncryptor-native/
implementation 'com.github.tgio:rncryptor-native:0.0.9'
// https://jarcasting.com/artifacts/com.github.tgio/rncryptor-native/
implementation ("com.github.tgio:rncryptor-native:0.0.9")
'com.github.tgio:rncryptor-native:aar:0.0.9'
<dependency org="com.github.tgio" name="rncryptor-native" rev="0.0.9">
<artifact name="rncryptor-native" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tgio', module='rncryptor-native', version='0.0.9')
)
libraryDependencies += "com.github.tgio" % "rncryptor-native" % "0.0.9"
[com.github.tgio/rncryptor-native "0.0.9"]