| GroupId | GroupIdinfo.guardianproject.iocipher |
|---|---|
| ArtifactId | ArtifactIdIOCipher |
| Version | Version0.4.2.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| IOCipher-0.4.2.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/info.guardianproject.iocipher/IOCipher/ -->
<dependency>
<groupId>info.guardianproject.iocipher</groupId>
<artifactId>IOCipher</artifactId>
<version>0.4.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/info.guardianproject.iocipher/IOCipher/
implementation 'info.guardianproject.iocipher:IOCipher:0.4.2.1'
// https://jarcasting.com/artifacts/info.guardianproject.iocipher/IOCipher/
implementation ("info.guardianproject.iocipher:IOCipher:0.4.2.1")
'info.guardianproject.iocipher:IOCipher:aar:0.4.2.1'
<dependency org="info.guardianproject.iocipher" name="IOCipher" rev="0.4.2.1">
<artifact name="IOCipher" type="aar" />
</dependency>
@Grapes(
@Grab(group='info.guardianproject.iocipher', module='IOCipher', version='0.4.2.1')
)
libraryDependencies += "info.guardianproject.iocipher" % "IOCipher" % "0.4.2.1"
[info.guardianproject.iocipher/IOCipher "0.4.2.1"]