| License | License | 
|---|---|
| GroupId | GroupIdcom.braintreepayments | 
| ArtifactId | ArtifactIdencryption | 
| Last Version | Last Version2.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionencryption Client side encryption for Braintree integrations on Android. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| encryption-2.1.0.pom | |
| encryption-2.1.0.jar | 127 KB | 
| encryption-2.1.0-sources.jar | 86 KB | 
| encryption-2.1.0-javadoc.jar | 314 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.braintreepayments/encryption/ -->
<dependency>
    <groupId>com.braintreepayments</groupId>
    <artifactId>encryption</artifactId>
    <version>2.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.braintreepayments/encryption/
implementation 'com.braintreepayments:encryption:2.1.0'// https://jarcasting.com/artifacts/com.braintreepayments/encryption/
implementation ("com.braintreepayments:encryption:2.1.0")'com.braintreepayments:encryption:jar:2.1.0'<dependency org="com.braintreepayments" name="encryption" rev="2.1.0">
  <artifact name="encryption" type="jar" />
</dependency>@Grapes(
@Grab(group='com.braintreepayments', module='encryption', version='2.1.0')
)libraryDependencies += "com.braintreepayments" % "encryption" % "2.1.0"[com.braintreepayments/encryption "2.1.0"]